ix.iface.plan
Class InitLoader
java.lang.Object
ix.iface.plan.InitLoader
public class InitLoader
- extends java.lang.Object
Reads .init files as Plan
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitLoader
public InitLoader()
readInit
public Plan readInit(java.net.URL url)
throws java.io.IOException
- Throws:
java.io.IOException
readInitNewSyntax
Plan readInitNewSyntax(java.net.URL url)
throws java.io.IOException
- Throws:
java.io.IOException
parseConstraint
PatternAssignment parseConstraint(java.lang.String spec)
readInitOldSyntax
Plan readInitOldSyntax(java.io.InputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
parseValue
java.lang.Object parseValue(java.lang.String v)