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, removeListener
public Delivery getDelivery() throws ProcessingException
ProcessingException
public void save(Delivery delivery) throws ProcessingException
ProcessingException
public ArtifactContainer toArtifacts(List<String> ids) throws DocAsCodeException
DocAsCodeException
public Map<String,String> toMap(String name) throws ProcessingException
ProcessingException
public ChronoRepository addListener(EventListener listener)
addListener
in class APIEventListener
public List<String> toFileNames(List<String> ids) throws ArtifactNotFoundException, ProcessingException
public Map<String,org.eclipse.aether.artifact.Artifact> toArtifactFileMap() throws DocAsCodeException
DocAsCodeException
Copyright © 2019. All rights reserved.