edu.vt.marian.server
Class class_dir
java.lang.Object
|
+--edu.vt.marian.server.class_dir
- public class class_dir
- extends java.lang.Object
class name: class_dir
class description: this class represnets a class name and directory name
pair, it's used by class class_dir_table, this class can be considered
an entry in the table
uses the services of class(es): class_dir
designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu)
implementator(s): Ning Chai (nchai@csgrad.cs.vt.edu)
finished time: Nov 23, 1998
known bugs:
JDK version: 1.1.5
side effects:
|
Constructor Summary |
class_dir(java.lang.String class_name,
java.lang.String dir_name,
edu.vt.marian.common.Debug debug)
method description: this constructor will create a class dir object
with the specified class name and dir name
uses the services of class(es):
input parameter(s):
class_name -- this will be the class name of this object
dir_name -- this will be the directory name of this object
debug -- used for debugging
output parameter(s): none
return value: none
synchronization:none |
|
Method Summary |
java.lang.String |
get_class_name()
method description: this method will return the class name of this
object
uses the services of class(es): none
input parameter(s): none
output parameter(s): none
return value:
the class name of this object as a string
synchronization:none |
java.lang.String |
get_dir_name()
method description: this method will return the directory name of this
object
uses the services of class(es): none
input parameter(s): none
output parameter(s): none
return value:
the directory name of this object as a string
synchronization:none |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
class_dir
public class_dir(java.lang.String class_name,
java.lang.String dir_name,
edu.vt.marian.common.Debug debug)
- method description: this constructor will create a class dir object
with the specified class name and dir name
uses the services of class(es):
input parameter(s):
class_name -- this will be the class name of this object
dir_name -- this will be the directory name of this object
debug -- used for debugging
output parameter(s): none
return value: none
synchronization:none
get_class_name
public java.lang.String get_class_name()
- method description: this method will return the class name of this
object
uses the services of class(es): none
input parameter(s): none
output parameter(s): none
return value:
the class name of this object as a string
synchronization:none
get_dir_name
public java.lang.String get_dir_name()
- method description: this method will return the directory name of this
object
uses the services of class(es): none
input parameter(s): none
output parameter(s): none
return value:
the directory name of this object as a string
synchronization:none