|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.telscenter.pas.util.AbstractPasBuilder
public abstract class AbstractPasBuilder
Superclass of Java-based Pas builder classes providing common methods for their use
| Constructor Summary | |
|---|---|
protected |
AbstractPasBuilder(java.lang.String title,
int projectID)
Construct a new builder for the specified title and projectID number |
| Method Summary | |
|---|---|
static net.sf.sail.core.uuid.CurnitUuid |
curnitIdFromProjectId(int projectID)
Transform integer id into a valid curnit uuid |
protected abstract net.sf.sail.core.beans.Pod |
getRootPod()
Implemented by concrete subclasses in order to provide the root pod of the curnit |
java.io.File |
writeCurnit()
Write out the curnit for the Pas project generated by this builder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractPasBuilder(java.lang.String title,
int projectID)
| Method Detail |
|---|
public static net.sf.sail.core.uuid.CurnitUuid curnitIdFromProjectId(int projectID)
projectID - simple serial id (e.g. from WISE project list)
protected abstract net.sf.sail.core.beans.Pod getRootPod()
throws java.lang.Exception
java.lang.Exception
public java.io.File writeCurnit()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||