|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.utah.janosvm.resources.ResourceSpec | +--edu.utah.janosvm.resources.NameSpaceSpec
Resource specification for the root name space of a team. This allows you to specify which classes should be imported from other teams, thus allowing the teams to share objects.
Constructor Summary | |
NameSpaceSpec(NameSpaceGroup[] nsg)
Construct a name space resource specification with the given class imports. |
Method Summary | |
static NameSpaceSpec |
current()
|
void |
finalize()
|
Methods inherited from class edu.utah.janosvm.resources.ResourceSpec |
find |
Methods inherited from class java.lang.Object |
clone,
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NameSpaceSpec(NameSpaceGroup[] nsg)
nsg
- An array of NameSpaceGroup's which describe which class
groups should be imported into the team.Method Detail |
public void finalize()
public static NameSpaceSpec current()
|
JanosVM v0.6.0 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |