public abstract class DelegateNutsDescriptor extends AbstractNutsDescriptor
session| Constructor and Description |
|---|
DelegateNutsDescriptor(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract net.thevpc.nuts.NutsDescriptor |
getBase() |
String[] |
getCategories() |
net.thevpc.nuts.NutsEnvCondition |
getCondition() |
net.thevpc.nuts.NutsDependency[] |
getDependencies() |
String |
getDescription() |
net.thevpc.nuts.NutsArtifactCall |
getExecutor() |
String |
getGenericName() |
String[] |
getIcons() |
net.thevpc.nuts.NutsId |
getId() |
net.thevpc.nuts.NutsIdType |
getIdType() |
net.thevpc.nuts.NutsArtifactCall |
getInstaller() |
net.thevpc.nuts.NutsIdLocation[] |
getLocations() |
String |
getName() |
String |
getPackaging() |
net.thevpc.nuts.NutsId[] |
getParents() |
net.thevpc.nuts.NutsDescriptorProperty[] |
getProperties() |
net.thevpc.nuts.NutsDescriptorProperty |
getProperty(String name) |
String |
getPropertyValue(String name) |
String |
getSolver() |
net.thevpc.nuts.NutsDependency[] |
getStandardDependencies() |
boolean |
isApplication() |
boolean |
isExecutable() |
String |
toString() |
builder, formatterpublic DelegateNutsDescriptor(net.thevpc.nuts.NutsSession session)
protected abstract net.thevpc.nuts.NutsDescriptor getBase()
public net.thevpc.nuts.NutsArtifactCall getInstaller()
public net.thevpc.nuts.NutsDescriptorProperty[] getProperties()
public net.thevpc.nuts.NutsId[] getParents()
public String getName()
public String getDescription()
public boolean isExecutable()
public boolean isApplication()
public net.thevpc.nuts.NutsArtifactCall getExecutor()
public String getPackaging()
public net.thevpc.nuts.NutsId getId()
public net.thevpc.nuts.NutsDependency[] getDependencies()
public net.thevpc.nuts.NutsDependency[] getStandardDependencies()
public net.thevpc.nuts.NutsEnvCondition getCondition()
public net.thevpc.nuts.NutsIdLocation[] getLocations()
public String[] getIcons()
public String getGenericName()
public String[] getCategories()
public String getSolver()
public net.thevpc.nuts.NutsDescriptorProperty getProperty(String name)
public net.thevpc.nuts.NutsIdType getIdType()
Copyright © 2022 vpc open source initiative. All rights reserved.