| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| com.helger.jcodemodel.fmt |
| Modifier and Type | Method and Description |
|---|---|
AbstractJResourceFile |
JPackage.addResourceFile(AbstractJResourceFile rsrc)
Adds a new resource file to this package.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractJResourceFile> |
JPackage.propertyFiles()
Iterates all resource files in this package.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJResourceFile |
JPackage.addResourceFile(AbstractJResourceFile rsrc)
Adds a new resource file to this package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JBinaryFile
Allows the application to use OutputStream to define data that will be stored
into a file.
|
class |
JPropertyFile
A property file.
|
class |
JSerializedObject
A simple class that takes an object and serializes it into a file in the
parent package with the given name.
|
class |
JStaticFile
Allows an application to copy a resource file to the output.
|
class |
JStaticJavaFile
Statically generated Java soruce file.
|
class |
JTextFile
Simple text file.
|
Copyright © 2013–2015 Philip Helger. All rights reserved.