|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ parse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp.parse
Interface FileFactory

- public interface FileFactory
This interface defines a file factory class, a class which can obtain input streams from a file source.
| Method Summary | |
java.io.InputStream |
getResource(java.lang.String filename)
Get the defined resource. |
java.lang.String |
resolveFile(java.lang.String baseFile,
java.lang.String relFile,
boolean virtual)
Resolves a relative file based on a base file |
| Method Detail |
resolveFile
public java.lang.String resolveFile(java.lang.String baseFile, java.lang.String relFile, boolean virtual) throws com.tripi.asp.AspException
- Resolves a relative file based on a base file
getResource
public java.io.InputStream getResource(java.lang.String filename) throws com.tripi.asp.AspException
- Get the defined resource.
|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ parse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC