| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| com.helger.jcodemodel.fmt | |
| com.helger.jcodemodel.writer |
| Modifier and Type | Method and Description |
|---|---|
JPackage |
JTypeWildcard._package() |
JPackage |
JTypeVarClass._package() |
JPackage |
JTypeVar._package() |
JPackage |
JNullType._package() |
JPackage |
JNarrowedClass._package() |
JPackage |
JErrorClass._package() |
JPackage |
JDirectClass._package() |
JPackage |
JDefinedClass._package() |
JPackage |
JArrayClass._package() |
abstract JPackage |
AbstractJClass._package()
Gets the package to which this class belongs.
|
JPackage |
JCodeModel._package(String name)
Add a package to the list of packages to be generated
|
JPackage |
JPackage.getPackage() |
JPackage |
IJClassContainer.getPackage() |
JPackage |
AbstractJClassContainer.getPackage() |
JPackage |
JPackage.parent() |
JPackage |
JCodeModel.rootPackage() |
JPackage |
JPackage.subPackage(String sSubPackageName)
Gets a reference to a sub package of this package.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<JPackage> |
JCodeModel.packages() |
| Modifier and Type | Method and Description |
|---|---|
int |
JPackage.compareTo(JPackage aOther)
Order is based on the lexicographic order of the package name.
|
abstract OutputStream |
AbstractCodeWriter.openBinary(JPackage pkg,
String fileName)
Called by CodeModel to store the specified file.
|
Writer |
AbstractCodeWriter.openSource(JPackage pkg,
String fileName)
Called by CodeModel to store the specified file.
|
| Constructor and Description |
|---|
JStaticJavaFile(JPackage aPkg,
String sClassName,
String sResourceName) |
JStaticJavaFile(JPackage aPkg,
String sClassName,
URL aSource,
JStaticJavaFile.ILineFilter aFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected File |
FileCodeWriter.getFile(JPackage pkg,
String fileName) |
OutputStream |
ZipCodeWriter.openBinary(JPackage pkg,
String fileName) |
OutputStream |
SingleStreamCodeWriter.openBinary(JPackage aPkg,
String sFilename) |
OutputStream |
ProgressCodeWriter.openBinary(JPackage pkg,
String fileName) |
OutputStream |
OutputStreamCodeWriter.openBinary(JPackage pkg,
String fileName) |
OutputStream |
FilterCodeWriter.openBinary(JPackage pkg,
String fileName) |
OutputStream |
FileCodeWriter.openBinary(JPackage pkg,
String fileName) |
Writer |
PrologCodeWriter.openSource(JPackage pkg,
String fileName) |
Writer |
ProgressCodeWriter.openSource(JPackage pkg,
String fileName) |
Writer |
FilterCodeWriter.openSource(JPackage pkg,
String fileName) |
Copyright © 2013–2015 Philip Helger. All rights reserved.