public class RemoveCommand extends DocAsCodeCommand<BaseArtifact>
repo
Constructor and Description |
---|
RemoveCommand(DocAsCodeRepository repo) |
Modifier and Type | Method and Description |
---|---|
BaseArtifact |
call() |
RemoveCommand |
removeAllClassifiers(boolean allClassifiers) |
RemoveCommand |
removeAllOuputs(boolean outputs) |
RemoveCommand |
removeGAV(boolean nexus) |
RemoveCommand |
removeLocation(boolean location) |
RemoveCommand |
removeOutput(String name) |
RemoveCommand |
set(String id,
String classifier,
String outputName,
boolean location,
boolean outputs,
boolean nexus,
boolean allClassifiers) |
RemoveCommand |
setId(String id,
String classifier) |
getRepository
addListener, fireEvent, log, progress
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 location, boolean outputs, boolean nexus, boolean allClassifiers)
public RemoveCommand removeLocation(boolean location)
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.