|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpecificationParser
Service interface for a wrapper around the class
SpecificationParser
.
Because the implementation of SpecificationParser
is not threadsafe, the implementation of this
service uses the pooled service model.
Note: had to use the 'I' prefix, so that SpecificationParser
could keep its name. Otherwise, it makes Spindle support really, really ugly.
Method Summary | |
---|---|
IApplicationSpecification |
parseApplicationSpecification(org.apache.hivemind.Resource resource)
Parses an application specification from the provided Resource. |
IComponentSpecification |
parseComponentSpecification(org.apache.hivemind.Resource resource)
|
ILibrarySpecification |
parseLibrarySpecification(org.apache.hivemind.Resource resource)
|
IComponentSpecification |
parsePageSpecification(org.apache.hivemind.Resource resource)
|
Method Detail |
---|
IApplicationSpecification parseApplicationSpecification(org.apache.hivemind.Resource resource)
org.apache.hivemind.ApplicationRuntimeException
- on any error.IComponentSpecification parseComponentSpecification(org.apache.hivemind.Resource resource)
ILibrarySpecification parseLibrarySpecification(org.apache.hivemind.Resource resource)
IComponentSpecification parsePageSpecification(org.apache.hivemind.Resource resource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |