public class DefaultNArtifactCallBuilder extends Object implements net.thevpc.nuts.NArtifactCallBuilder, Serializable
| Constructor and Description |
|---|
DefaultNArtifactCallBuilder() |
DefaultNArtifactCallBuilder(net.thevpc.nuts.NArtifactCall value) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NArtifactCall |
build() |
net.thevpc.nuts.NArtifactCallBuilder |
clear() |
net.thevpc.nuts.NArtifactCallBuilder |
copyFrom(net.thevpc.nuts.NArtifactCall value) |
net.thevpc.nuts.NArtifactCallBuilder |
copyFrom(net.thevpc.nuts.NArtifactCallBuilder value) |
boolean |
equals(Object o) |
List<String> |
getArguments() |
net.thevpc.nuts.NId |
getId() |
String |
getScriptContent() |
String |
getScriptName() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
int |
hashCode() |
net.thevpc.nuts.NArtifactCallBuilder |
setArguments(List<String> arguments) |
DefaultNArtifactCallBuilder |
setArguments(String... arguments) |
DefaultNArtifactCallBuilder |
setId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NArtifactCallBuilder |
setScriptContent(String scriptContent) |
net.thevpc.nuts.NArtifactCallBuilder |
setScriptName(String scriptName) |
public DefaultNArtifactCallBuilder()
public DefaultNArtifactCallBuilder(net.thevpc.nuts.NArtifactCall value)
public String getScriptName()
getScriptName in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder setScriptName(String scriptName)
setScriptName in interface net.thevpc.nuts.NArtifactCallBuilderpublic String getScriptContent()
getScriptContent in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder setScriptContent(String scriptContent)
setScriptContent in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.NArtifactCallBuilderpublic List<String> getArguments()
getArguments in interface net.thevpc.nuts.NArtifactCallBuilderpublic DefaultNArtifactCallBuilder setArguments(String... arguments)
setArguments in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder setArguments(List<String> arguments)
setArguments in interface net.thevpc.nuts.NArtifactCallBuilderpublic DefaultNArtifactCallBuilder setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder copyFrom(net.thevpc.nuts.NArtifactCallBuilder value)
copyFrom in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder copyFrom(net.thevpc.nuts.NArtifactCall value)
copyFrom in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCallBuilder clear()
clear in interface net.thevpc.nuts.NArtifactCallBuilderpublic net.thevpc.nuts.NArtifactCall build()
build in interface net.thevpc.nuts.NArtifactCallBuilderpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.