public abstract class AbstractScriptBuilder extends Object implements ScriptBuilder
| Constructor and Description |
|---|
AbstractScriptBuilder(PathInfoType type,
NutsId anyId,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
build() |
NutsId |
getAnyId() |
String |
getPath() |
NutsSession |
getSession() |
PathInfoType |
getType() |
AbstractScriptBuilder |
setPath(Path path) |
AbstractScriptBuilder |
setPath(String preferredName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildString, fromTemplate, simplepublic AbstractScriptBuilder(PathInfoType type, NutsId anyId, NutsSession session)
public NutsSession getSession()
public NutsId getAnyId()
public PathInfoType getType()
public String getPath()
public AbstractScriptBuilder setPath(Path path)
public AbstractScriptBuilder setPath(String preferredName)
public PathInfo build()
build in interface ScriptBuilderCopyright © 2021 vpc open source initiative. All rights reserved.