|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceFactory
A factory which can provide for a resource depending on it's name.
Method Summary | |
---|---|
int |
accept(java.lang.String name)
Return a > 0 value when this factory can provide (recognises the name format) for this resource. |
IResourceRef |
getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
Create the ref for the resource. |
Method Detail |
---|
int accept(@Nonnull java.lang.String name)
name
-
@Nonnull IResourceRef getResource(@Nonnull DomApplication da, @Nonnull java.lang.String name, @Nullable IResourceDependencyList rdl) throws java.lang.Exception
name
- rdl
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |