|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompileableFactory<T extends Compileable>
An interface for factory methods that can create Compileable objects. The main example of a compileable object is a Template.
Method Summary | |
---|---|
T |
create(CompileableFactoryParameters compileableParameters)
Create an instance of the compilable object from the given InputStream. |
java.lang.String |
getName()
Return a name for the compilable object created by this factory. |
Method Detail |
---|
java.lang.String getName()
T create(CompileableFactoryParameters compileableParameters) throws java.io.IOException
compileableParameters
-
java.io.IOException
- there was a problem reading from the input stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |