Uses of Class
com.sun.codemodel.JPackage

Packages that use JPackage
com.sun.codemodel Library for generating Java source code 
com.sun.codemodel.fmt   
com.sun.codemodel.writer   
com.sun.tools.ws.wscompile   
com.sun.tools.xjc.api.util Utility code shared between JAXB and JAX-WS 
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. 
com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information. 
com.sun.tools.xjc.reader.xmlschema   
 

Uses of JPackage in com.sun.codemodel
 

Methods in com.sun.codemodel that return JPackage
abstract  JPackage JClass._package()
          Gets the package to which this class belongs.
 JPackage JDefinedClass._package()
           
 JPackage JNullType._package()
           
 JPackage JTypeVar._package()
           
 JPackage JCodeModel._package(String name)
          Add a package to the list of packages to be generated
 JPackage JClassContainer.getPackage()
          Gets the nearest package parent.
 JPackage JDefinedClass.getPackage()
           
 JPackage JPackage.getPackage()
           
 JPackage JPackage.parent()
          Gets the parent package, or null if this class is the root package.
 JPackage JCodeModel.rootPackage()
           
 JPackage JPackage.subPackage(String pkg)
          Gets a reference to a sub package of this package.
 

Methods in com.sun.codemodel that return types with arguments of type JPackage
 Iterator<JPackage> JCodeModel.packages()
          Returns an iterator that walks the packages defined using this code writer.
 

Methods in com.sun.codemodel with parameters of type JPackage
 int JPackage.compareTo(JPackage that)
          Order is based on the lexicological order of the package name.
abstract  OutputStream CodeWriter.openBinary(JPackage pkg, String fileName)
          Called by CodeModel to store the specified file.
 Writer CodeWriter.openSource(JPackage pkg, String fileName)
          Called by CodeModel to store the specified file.
 

Uses of JPackage in com.sun.codemodel.fmt
 

Constructors in com.sun.codemodel.fmt with parameters of type JPackage
JStaticJavaFile(JPackage _pkg, String className, String _resourceName)
           
JStaticJavaFile(JPackage _pkg, String _className, URL _source, JStaticJavaFile.LineFilter _filter)
           
 

Uses of JPackage in com.sun.codemodel.writer
 

Methods in com.sun.codemodel.writer with parameters of type JPackage
protected  File FileCodeWriter.getFile(JPackage pkg, String fileName)
           
 OutputStream FileCodeWriter.openBinary(JPackage pkg, String fileName)
           
 OutputStream FilterCodeWriter.openBinary(JPackage pkg, String fileName)
           
 OutputStream OutputStreamCodeWriter.openBinary(JPackage pkg, String fileName)
           
 OutputStream ProgressCodeWriter.openBinary(JPackage pkg, String fileName)
           
 OutputStream SingleStreamCodeWriter.openBinary(JPackage pkg, String fileName)
           
 OutputStream ZipCodeWriter.openBinary(JPackage pkg, String fileName)
           
 Writer FilterCodeWriter.openSource(JPackage pkg, String fileName)
           
 Writer ProgressCodeWriter.openSource(JPackage pkg, String fileName)
           
 Writer PrologCodeWriter.openSource(JPackage pkg, String fileName)
           
 

Uses of JPackage in com.sun.tools.ws.wscompile
 

Methods in com.sun.tools.ws.wscompile with parameters of type JPackage
protected  File WSCodeWriter.getFile(JPackage pkg, String fileName)
           
 Writer FilerCodeWriter.openSource(JPackage pkg, String fileName)
           
 

Uses of JPackage in com.sun.tools.xjc.api.util
 

Methods in com.sun.tools.xjc.api.util with parameters of type JPackage
 OutputStream FilerCodeWriter.openBinary(JPackage pkg, String fileName)
           
 Writer FilerCodeWriter.openSource(JPackage pkg, String fileName)
           
 

Uses of JPackage in com.sun.tools.xjc.generator.bean
 

Methods in com.sun.tools.xjc.generator.bean that return JPackage
 JPackage PackageOutlineImpl._package()
           
protected abstract  JPackage ImplStructureStrategy.getPackage(JPackage pkg, Aspect a)
          Gets the specified aspect of the given package.
 JPackage[] BeanGenerator.getUsedPackages(Aspect aspect)
          Returns all used JPackages.
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type JPackage
 JClass BeanGenerator.generateStaticClass(Class src, JPackage out)
           
protected abstract  JPackage ImplStructureStrategy.getPackage(JPackage pkg, Aspect a)
          Gets the specified aspect of the given package.
 PackageOutlineImpl BeanGenerator.getPackageContext(JPackage p)
           
 

Constructors in com.sun.tools.xjc.generator.bean with parameters of type JPackage
PackageOutlineImpl(BeanGenerator outline, Model model, JPackage _pkg)
           
 

Uses of JPackage in com.sun.tools.xjc.model
 

Fields in com.sun.tools.xjc.model declared as JPackage
 JPackage CClassInfoParent.Package.pkg
           
 

Methods in com.sun.tools.xjc.model that return JPackage
 JPackage CElementInfo._package()
           
 JPackage CClassInfo.getOwnerPackage()
           
 JPackage CClassInfoParent.getOwnerPackage()
          Gets the nearest JPackage.
 JPackage CClassInfoParent.Package.getOwnerPackage()
           
 JPackage CElementInfo.getOwnerPackage()
           
 

Methods in com.sun.tools.xjc.model with parameters of type JPackage
 CClassInfoParent.Package Model.getPackage(JPackage pkg)
           
 T CClassInfoParent.Visitor.onPackage(JPackage pkg)
           
 

Constructors in com.sun.tools.xjc.model with parameters of type JPackage
CClassInfo(Model model, JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassInfoParent.Package(JPackage pkg)
           
 

Uses of JPackage in com.sun.tools.xjc.outline
 

Methods in com.sun.tools.xjc.outline that return JPackage
 JPackage PackageOutline._package()
          The exposed package this context is representing.
 

Methods in com.sun.tools.xjc.outline with parameters of type JPackage
 PackageOutline Outline.getPackageContext(JPackage _Package)
          Gets per-package context information.
 

Uses of JPackage in com.sun.tools.xjc.reader.dtd.bindinfo
 

Methods in com.sun.tools.xjc.reader.dtd.bindinfo that return JPackage
 JPackage BindInfo.getTargetPackage()
          Gets the specified package name (options/@package).
 

Uses of JPackage in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return JPackage
 JPackage ClassSelector.getPackage(String targetNamespace)
          Gets the Java package to which classes from this namespace should go.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.