public class ChronoRepository extends APIEventListener
| Constructor and Description |
|---|
ChronoRepository(File chronoXML,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
ChronoRepository |
addListener(EventListener listener) |
Delivery |
getDelivery() |
void |
save(Delivery delivery) |
Map<String,org.eclipse.aether.artifact.Artifact> |
toArtifactFileMap() |
ArtifactContainer |
toArtifacts(List<String> ids) |
List<String> |
toFileNames(List<String> ids) |
Map<String,String> |
toMap(String name) |
fireEvent, log, progress, removeListenerpublic Delivery getDelivery() throws ProcessingException
ProcessingExceptionpublic void save(Delivery delivery) throws ProcessingException
ProcessingExceptionpublic ArtifactContainer toArtifacts(List<String> ids) throws DocAsCodeException
DocAsCodeExceptionpublic Map<String,String> toMap(String name) throws ProcessingException
ProcessingExceptionpublic ChronoRepository addListener(EventListener listener)
addListener in class APIEventListenerpublic List<String> toFileNames(List<String> ids) throws ArtifactNotFoundException, ProcessingException
public Map<String,org.eclipse.aether.artifact.Artifact> toArtifactFileMap() throws DocAsCodeException
DocAsCodeExceptionCopyright © 2019. All rights reserved.