|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PublicationTemplateManager
Component to manage publication templates.
When a source is obtained, the traversing order is
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The avalon role. |
| Method Summary | |
|---|---|
java.lang.Object |
getSelectableHint(Publication publication,
org.apache.avalon.framework.service.ServiceSelector selector,
java.lang.String originalHint)
Returns the hint for the publiation which declares a service. |
void |
visit(Publication publication,
PublicationVisitor visitor)
Visits the publications in traversing order. |
void |
visit(Publication publication,
java.lang.String path,
SourceVisitor visitor)
Visits the versions of a source in traversing order. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void visit(Publication publication,
java.lang.String path,
SourceVisitor visitor)
Visits the versions of a source in traversing order. The source doesn't have to exist to be visited.
publication - The original publication.path - The path of the source, relatively to the publication directory.visitor - The visitor.
void visit(Publication publication,
PublicationVisitor visitor)
publication - The original publication.visitor - The visitor.
java.lang.Object getSelectableHint(Publication publication,
org.apache.avalon.framework.service.ServiceSelector selector,
java.lang.String originalHint)
throws org.apache.avalon.framework.service.ServiceException
publication - The original publication.selector - The service selector.originalHint - The original hint.
org.apache.avalon.framework.service.ServiceException - if an error occurs.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||