| Modifier and Type | Method and Description |
|---|---|
PathInfoType |
PathInfo.getType() |
static PathInfoType |
PathInfoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathInfoType[] |
PathInfoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PathInfo(PathInfoType type,
NutsId id,
Path path,
PathInfo.Status status) |
| Modifier and Type | Method and Description |
|---|---|
PathInfo |
BaseSystemNdi.addFileLine(PathInfoType type,
NutsId id,
Path filePath,
ReplaceString commentLine,
String contentToAdd,
ReplaceString header) |
PathInfo |
BaseSystemNdi.removeFileCommented2Lines(PathInfoType type,
NutsId id,
Path filePath,
String commentLine,
boolean force) |
SimpleScriptBuilder |
BaseSystemNdi.scriptBuilderSimple(PathInfoType type,
NutsId anyId,
NdiScriptOptions options) |
FromTemplateScriptBuilder |
BaseSystemNdi.scriptBuilderTemplate(String templateName,
PathInfoType type,
NutsId anyId,
NdiScriptOptions options) |
| Modifier and Type | Method and Description |
|---|---|
PathInfoType |
AbstractScriptBuilder.getType() |
| Modifier and Type | Method and Description |
|---|---|
static FromTemplateScriptBuilder |
ScriptBuilder.fromTemplate(String templateName,
PathInfoType type,
NutsId anyId,
BaseSystemNdi sndi,
NdiScriptOptions options) |
static SimpleScriptBuilder |
ScriptBuilder.simple(PathInfoType type,
NutsId anyId,
BaseSystemNdi sndi) |
| Constructor and Description |
|---|
AbstractScriptBuilder(PathInfoType type,
NutsId anyId,
NutsSession session) |
FromTemplateScriptBuilder(String templateName,
PathInfoType type,
NutsId anyId,
BaseSystemNdi sndi,
NdiScriptOptions options,
NutsSession session) |
SimpleScriptBuilder(PathInfoType type,
NutsId anyId,
BaseSystemNdi sndi,
NutsSession session) |
Copyright © 2021 vpc open source initiative. All rights reserved.