|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PatternSourceManager
Classes implementing this interface deal with providing the location of pattern files.
| Method Summary | |
|---|---|
java.io.File |
getClassTemplate(java.lang.String template)
Returns the template file specified by the name of the template. |
java.io.File |
getImage(java.lang.String image)
Returns a pattern image file specified by the name of the image. |
java.util.ArrayList<java.lang.String> |
getSourceFiles()
Returns an ArrayList of Pattern source files. |
| Method Detail |
|---|
java.io.File getImage(java.lang.String image)
throws java.io.FileNotFoundException
image - the image required.
java.io.FileNotFoundException - thrown if directory not found.
java.util.ArrayList<java.lang.String> getSourceFiles()
throws java.io.FileNotFoundException,
java.lang.Exception
java.io.FileNotFoundException - thrown if directory not found.
java.lang.Exception
java.io.File getClassTemplate(java.lang.String template)
throws java.io.FileNotFoundException
template - the template required.
java.io.FileNotFoundException - thrown if directory not found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||