public static class WorkflowServiceImpl.SubmitPackage extends Object
Modifier and Type | Field and Description |
---|---|
protected StringBuilder |
builder |
protected Set<DmDependencyTO> |
items |
protected String |
pathPrefix |
protected Set<String> |
paths |
protected Set<String> |
uris |
Constructor and Description |
---|
SubmitPackage(String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
addToPackage(DmDependencyTO item) |
void |
addToPackage(String relativePath) |
Set<DmDependencyTO> |
getItems() |
String |
getLabel() |
List<String> |
getPaths() |
Set<String> |
getUris() |
protected String pathPrefix
protected Set<DmDependencyTO> items
protected StringBuilder builder
public SubmitPackage(String pathPrefix)
public void addToPackage(String relativePath)
public void addToPackage(DmDependencyTO item)
public Set<DmDependencyTO> getItems()
public String getLabel()
Copyright © 2018 CrafterCMS. All rights reserved.