Package net.jangaroo.properties
Class Propc
- java.lang.Object
-
- net.jangaroo.properties.Propc
-
public class Propc extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTIES_CLASS_FTLstatic StringPROPERTIES_SUBCLASS_FTL
-
Constructor Summary
Constructors Constructor Description Propc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateApi(String propertiesClassName, InputStream sourceInputStream, OutputStreamWriter writer)voidgenerateApi(List<File> sourceFiles, List<File> sourcePath, File outputDirectory)Generate AS3 native classes representing the ActionScript API to the JS classes generated from the properties files.
-
-
-
Field Detail
-
PROPERTIES_CLASS_FTL
public static final String PROPERTIES_CLASS_FTL
- See Also:
- Constant Field Values
-
PROPERTIES_SUBCLASS_FTL
public static final String PROPERTIES_SUBCLASS_FTL
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateApi
public void generateApi(String propertiesClassName, InputStream sourceInputStream, OutputStreamWriter writer) throws IOException
- Throws:
IOException
-
generateApi
public void generateApi(List<File> sourceFiles, List<File> sourcePath, File outputDirectory)
Generate AS3 native classes representing the ActionScript API to the JS classes generated from the properties files. The files within the given sourcePath should already be canonicalized usingFile.getCanonicalFile().
-
-