public class DefaultNutsDependencyFormat extends DefaultFormatBase<net.thevpc.nuts.NutsDependencyFormat> implements net.thevpc.nuts.NutsDependencyFormat
| Constructor and Description |
|---|
DefaultNutsDependencyFormat(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
net.thevpc.nuts.NutsString |
format() |
String[] |
getOmitQueryProperties() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.NutsDependency |
getValue() |
boolean |
isHighlightImportedGroup() |
boolean |
isOmitClassifier() |
boolean |
isOmitExclusions() |
boolean |
isOmitGroupId() |
boolean |
isOmitImportedGroupId() |
boolean |
isOmitOptional() |
boolean |
isOmitOtherProperties() |
boolean |
isOmitQueryProperty(String name) |
boolean |
isOmitRepository() |
boolean |
isOmitScope() |
void |
print(net.thevpc.nuts.NutsPrintStream out) |
net.thevpc.nuts.NutsDependencyFormat |
setHighlightImportedGroup(boolean highlightImportedGroup) |
net.thevpc.nuts.NutsDependencyFormat |
setNtf(boolean ntf) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitClassifier(boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitExclusions(boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitGroupId(boolean omitGroup) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitImportedGroup(boolean omitImportedGroup) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitOptional(boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitOtherProperties(boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitQueryProperty(String name,
boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitRepository(boolean omitRepository) |
net.thevpc.nuts.NutsDependencyFormat |
setOmitScope(boolean value) |
net.thevpc.nuts.NutsDependencyFormat |
setValue(net.thevpc.nuts.NutsDependency id) |
getValidPrintStream, getValidPrintStream, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, toStringcheckSession, configure, configure, getName, getSession, getWorkspace, isNtf, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultNutsDependencyFormat(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDependencyFormat setNtf(boolean ntf)
setNtf in interface net.thevpc.nuts.NutsDependencyFormatsetNtf in interface net.thevpc.nuts.NutsFormatsetNtf in class DefaultFormatBase0<net.thevpc.nuts.NutsDependencyFormat>public boolean isOmitRepository()
isOmitRepository in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitRepository(boolean omitRepository)
setOmitRepository in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitGroupId()
isOmitGroupId in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitGroupId(boolean omitGroup)
setOmitGroupId in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitImportedGroupId()
isOmitImportedGroupId in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitImportedGroup(boolean omitImportedGroup)
setOmitImportedGroup in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitOtherProperties()
isOmitOtherProperties in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitOtherProperties(boolean value)
setOmitOtherProperties in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isHighlightImportedGroup()
isHighlightImportedGroup in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setHighlightImportedGroup(boolean highlightImportedGroup)
setHighlightImportedGroup in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsString format()
format in interface net.thevpc.nuts.NutsFormatformat in class DefaultFormatBase<net.thevpc.nuts.NutsDependencyFormat>public net.thevpc.nuts.NutsDependency getValue()
getValue in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setValue(net.thevpc.nuts.NutsDependency id)
setValue in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitClassifier()
isOmitClassifier in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitClassifier(boolean value)
setOmitClassifier in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitOptional()
isOmitOptional in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitOptional(boolean value)
setOmitOptional in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitExclusions()
isOmitExclusions in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitExclusions(boolean value)
setOmitExclusions in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitScope()
isOmitScope in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitScope(boolean value)
setOmitScope in interface net.thevpc.nuts.NutsDependencyFormatpublic String[] getOmitQueryProperties()
getOmitQueryProperties in interface net.thevpc.nuts.NutsDependencyFormatpublic boolean isOmitQueryProperty(String name)
isOmitQueryProperty in interface net.thevpc.nuts.NutsDependencyFormatpublic net.thevpc.nuts.NutsDependencyFormat setOmitQueryProperty(String name, boolean value)
setOmitQueryProperty in interface net.thevpc.nuts.NutsDependencyFormatpublic void print(net.thevpc.nuts.NutsPrintStream out)
print in interface net.thevpc.nuts.NutsFormatprint in class DefaultFormatBase<net.thevpc.nuts.NutsDependencyFormat>public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurablepublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.