public class DefaultNutsArtifactCall extends Object implements net.thevpc.nuts.NutsArtifactCall, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultNutsArtifactCall()
constructor used by serializers and deserializers
|
|
DefaultNutsArtifactCall(net.thevpc.nuts.NutsArtifactCall other) |
|
DefaultNutsArtifactCall(net.thevpc.nuts.NutsId id) |
|
DefaultNutsArtifactCall(net.thevpc.nuts.NutsId id,
String[] options) |
|
DefaultNutsArtifactCall(net.thevpc.nuts.NutsId id,
String[] options,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getArguments() |
net.thevpc.nuts.NutsId |
getId() |
Map<String,String> |
getProperties() |
int |
hashCode() |
boolean |
isBlank() |
String |
toString() |
protected DefaultNutsArtifactCall()
public DefaultNutsArtifactCall(net.thevpc.nuts.NutsArtifactCall other)
public DefaultNutsArtifactCall(net.thevpc.nuts.NutsId id)
public DefaultNutsArtifactCall(net.thevpc.nuts.NutsId id,
String[] options)
public boolean isBlank()
isBlank in interface net.thevpc.nuts.NutsBlankablepublic net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.NutsArtifactCallpublic String[] getArguments()
getArguments in interface net.thevpc.nuts.NutsArtifactCallpublic Map<String,String> getProperties()
getProperties in interface net.thevpc.nuts.NutsArtifactCallCopyright © 2022 vpc open source initiative. All rights reserved.