public class DefaultNutsDescriptor extends AbstractNutsDescriptor
session| Constructor and Description |
|---|
DefaultNutsDescriptor(net.thevpc.nuts.NutsDescriptor d,
net.thevpc.nuts.NutsSession session) |
DefaultNutsDescriptor(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId[] parents,
String packaging,
boolean executable,
boolean application,
net.thevpc.nuts.NutsArtifactCall executor,
net.thevpc.nuts.NutsArtifactCall installer,
String name,
String description,
String[] arch,
String[] os,
String[] osdist,
String[] platform,
String[] desktopEnvironment,
net.thevpc.nuts.NutsDependency[] dependencies,
net.thevpc.nuts.NutsDependency[] standardDependencies,
net.thevpc.nuts.NutsIdLocation[] locations,
Map<String,String> properties,
net.thevpc.nuts.NutsClassifierMapping[] classifierMappings,
String genericName,
String[] categories,
String[] icons,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getArch() |
String[] |
getCategories() |
net.thevpc.nuts.NutsClassifierMapping[] |
getClassifierMappings() |
net.thevpc.nuts.NutsDependency[] |
getDependencies() |
String |
getDescription() |
String[] |
getDesktopEnvironment() |
net.thevpc.nuts.NutsArtifactCall |
getExecutor() |
String |
getGenericName() |
String[] |
getIcons() |
net.thevpc.nuts.NutsId |
getId() |
net.thevpc.nuts.NutsArtifactCall |
getInstaller() |
net.thevpc.nuts.NutsIdLocation[] |
getLocations() |
String |
getName() |
String[] |
getOs() |
String[] |
getOsdist() |
String |
getPackaging() |
net.thevpc.nuts.NutsId[] |
getParents() |
String[] |
getPlatform() |
Map<String,String> |
getProperties() |
net.thevpc.nuts.NutsDependency[] |
getStandardDependencies() |
int |
hashCode() |
boolean |
isApplication() |
boolean |
isExecutable() |
String |
toString() |
builderpublic DefaultNutsDescriptor(net.thevpc.nuts.NutsDescriptor d,
net.thevpc.nuts.NutsSession session)
public DefaultNutsDescriptor(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId[] parents,
String packaging,
boolean executable,
boolean application,
net.thevpc.nuts.NutsArtifactCall executor,
net.thevpc.nuts.NutsArtifactCall installer,
String name,
String description,
String[] arch,
String[] os,
String[] osdist,
String[] platform,
String[] desktopEnvironment,
net.thevpc.nuts.NutsDependency[] dependencies,
net.thevpc.nuts.NutsDependency[] standardDependencies,
net.thevpc.nuts.NutsIdLocation[] locations,
Map<String,String> properties,
net.thevpc.nuts.NutsClassifierMapping[] classifierMappings,
String genericName,
String[] categories,
String[] icons,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsId getId()
public net.thevpc.nuts.NutsId[] getParents()
public boolean isExecutable()
public boolean isApplication()
public String getPackaging()
public String[] getArch()
public String[] getOs()
public String[] getOsdist()
public String[] getPlatform()
public String[] getDesktopEnvironment()
public String getName()
public String getDescription()
public net.thevpc.nuts.NutsClassifierMapping[] getClassifierMappings()
public net.thevpc.nuts.NutsIdLocation[] getLocations()
public net.thevpc.nuts.NutsDependency[] getStandardDependencies()
public net.thevpc.nuts.NutsDependency[] getDependencies()
public net.thevpc.nuts.NutsArtifactCall getExecutor()
public net.thevpc.nuts.NutsArtifactCall getInstaller()
public String[] getIcons()
public String[] getCategories()
public String getGenericName()
Copyright © 2021 vpc open source initiative. All rights reserved.