com.neeve.robin
Class System
java.lang.Object
com.neeve.robin.System
public final class System
- extends Object
Represents a Robin system
System
public System(String name,
File home,
Controller controller)
throws Exception
- Throws:
Exception
getName
public final String getName()
getHome
public final File getHome()
getJarsDir
public final File getJarsDir()
getResourcesDir
public final File getResourcesDir()
getScriptsDir
public final File getScriptsDir()
getScriptNames
public final List<String> getScriptNames()
getXVMs
public final Collection<XVM> getXVMs()
getXVM
public final XVM getXVM(String name)
hashCode
public final int hashCode()
- Overrides:
hashCode in class Object
equals
public final boolean equals(Object o)
- Overrides:
equals in class Object
toString
public final String toString()
- Overrides:
toString in class Object
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.