public class RemoveCommand extends DocAsCodeCommand<BaseArtifact>
Constructor and Description |
---|
RemoveCommand(DocAsCodeRepository repo) |
Modifier and Type | Method and Description |
---|---|
BaseArtifact |
call() |
RemoveCommand |
removeAllClassifiers(boolean allClassifiers) |
RemoveCommand |
removeAllOuputs(boolean outputs) |
RemoveCommand |
removeFile(boolean file) |
RemoveCommand |
removeGAV(boolean nexus) |
RemoveCommand |
removeOutput(String name) |
RemoveCommand |
set(String id,
String classifier,
String outputName,
boolean file,
boolean outputs,
boolean nexus,
boolean allClassifiers) |
RemoveCommand |
setId(String id,
String classifier) |
getRepository
addListener, fireEvent, log, progress, removeListener
public RemoveCommand(DocAsCodeRepository repo)
public RemoveCommand removeAllClassifiers(boolean allClassifiers)
public RemoveCommand setId(String id, String classifier)
public RemoveCommand removeOutput(String name)
public RemoveCommand set(String id, String classifier, String outputName, boolean file, boolean outputs, boolean nexus, boolean allClassifiers)
public RemoveCommand removeFile(boolean file)
public RemoveCommand removeAllOuputs(boolean outputs)
public RemoveCommand removeGAV(boolean nexus)
public BaseArtifact call() throws ProcessingException
call
in interface Callable<BaseArtifact>
call
in class DocAsCodeCommand<BaseArtifact>
ProcessingException
Copyright © 2019. All rights reserved.