public class ChronoRepository extends Object implements EventListener
Constructor and Description |
---|
ChronoRepository(File chronoXML) |
Modifier and Type | Method and Description |
---|---|
ChronoRepository |
addListener(EventListener listener) |
void |
fireEvent(Event e) |
Delivery |
getDelivery() |
void |
save(Delivery delivery) |
Map<String,org.eclipse.aether.artifact.Artifact> |
toArtifacts(List<String> ids) |
List<String> |
toFileNames(List<String> ids) |
Map<String,String> |
toMap(String name) |
public ChronoRepository(File chronoXML)
public Delivery getDelivery() throws ProcessingException
ProcessingException
public void save(Delivery delivery) throws ProcessingException
ProcessingException
public Map<String,org.eclipse.aether.artifact.Artifact> toArtifacts(List<String> ids) throws DocAsCodeException
DocAsCodeException
public Map<String,String> toMap(String name) throws ProcessingException
ProcessingException
public ChronoRepository addListener(EventListener listener)
public void fireEvent(Event e)
fireEvent
in interface EventListener
public List<String> toFileNames(List<String> ids) throws ArtifactNotFoundException, ProcessingException
Copyright © 2019. All rights reserved.