|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.universe.UniverseProperties
Universe properties set. There are four types of universes: UNI_LOCAL Local file system UNI_MASTER NOT IMPLIMENTED! UNI_MIRROR NOT IMPLIMENTED! UNI_REMOTE NOT IMPLIMENTED! UNI_EXTENDED NOT IMPLIMENTED! Regardless of what kind of universe, there must be a local property file that describes the universe. The factory will use it to build a server for that universe. PROPERTIES PROCESSED name : string name discriptor type : "local" only now
EPG - New - 23Apr03
Field Summary | |
static int |
UNI_EXTENDED
|
static int |
UNI_INVALID
Types of universe |
static int |
UNI_LOCAL
|
static int |
UNI_MASTER
|
static int |
UNI_MIRROR
|
static int |
UNI_REMOTE
|
Constructor Summary | |
UniverseProperties()
Constructor. |
|
UniverseProperties(java.io.InputStream props)
Constructor. |
|
UniverseProperties(java.lang.String propsPath)
Constructor. |
Method Summary | |
java.lang.String |
getExtendedClass()
Get extended class |
java.lang.String |
getName()
Get name accessor |
java.lang.String |
getRoot()
Get root accessor |
int |
getType()
Get type accessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNI_INVALID
public static final int UNI_LOCAL
public static final int UNI_MASTER
public static final int UNI_MIRROR
public static final int UNI_REMOTE
public static final int UNI_EXTENDED
Constructor Detail |
public UniverseProperties() throws java.lang.Exception
public UniverseProperties(java.lang.String propsPath) throws java.lang.Exception
propsPath
- path to properties filepublic UniverseProperties(java.io.InputStream props) throws java.lang.Exception
props
- input stream to the properties fileMethod Detail |
public int getType()
public java.lang.String getName()
public java.lang.String getRoot()
public java.lang.String getExtendedClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |