Uses of Class
com.sun.codemodel.JPackage
-
Packages that use JPackage Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.fmt com.sun.codemodel.writer com.sun.tools.ws.wscompile com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (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 Modifier and Type Method Description abstract JPackageJClass. _package()Gets the package to which this class belongs.JPackageJCodeModel. _package(String name)Add a package to the list of packages to be generated.JPackageJDefinedClass. _package()JPackageJNullType. _package()JPackageJTypeVar. _package()JPackageJClassContainer. getPackage()Gets the nearest package parent.JPackageJDefinedClass. getPackage()JPackageJPackage. getPackage()JPackageJPackage. parent()Gets the parent package, or null if this class is the root package.JPackageJCodeModel. rootPackage()JPackageJPackage. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidJModule. _exports(JPackage pkg)Adds a package to the list of Java module exports.intJPackage. compareTo(JPackage that)Order is based on the lexicological order of the package name.abstract OutputStreamCodeWriter. openBinary(JPackage pkg, String fileName)Called by CodeModel to store the specified file.WriterCodeWriter. openSource(JPackage pkg, String fileName)Called by CodeModel to store the specified file.Method parameters in com.sun.codemodel with type arguments of type JPackage Modifier and Type Method Description voidJModule. _exports(Collection<JPackage> pkgs, boolean addEmpty)Adds packages to the list of Java module exports. -
Uses of JPackage in com.sun.codemodel.fmt
Constructors in com.sun.codemodel.fmt with parameters of type JPackage Constructor Description JStaticJavaFile(JPackage _pkg, String _className, Class<?> loadingClass, JStaticJavaFile.LineFilter _filter) -
Uses of JPackage in com.sun.codemodel.writer
Methods in com.sun.codemodel.writer with parameters of type JPackage Modifier and Type Method Description protected FileFileCodeWriter. getFile(JPackage pkg, String fileName)OutputStreamFileCodeWriter. openBinary(JPackage pkg, String fileName)OutputStreamFilterCodeWriter. openBinary(JPackage pkg, String fileName)OutputStreamOutputStreamCodeWriter. openBinary(JPackage pkg, String fileName)OutputStreamProgressCodeWriter. openBinary(JPackage pkg, String fileName)OutputStreamSingleStreamCodeWriter. openBinary(JPackage pkg, String fileName)OutputStreamZipCodeWriter. openBinary(JPackage pkg, String fileName)WriterFilterCodeWriter. openSource(JPackage pkg, String fileName)WriterProgressCodeWriter. openSource(JPackage pkg, String fileName)WriterPrologCodeWriter. 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 Modifier and Type Method Description protected FileWSCodeWriter. getFile(JPackage pkg, String fileName)OutputStreamFilerCodeWriter. openBinary(JPackage pkg, String fileName)WriterFilerCodeWriter. 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 Modifier and Type Method Description JPackagePackageOutlineImpl. _package()protected abstract JPackageImplStructureStrategy. 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 Modifier and Type Method Description JClassBeanGenerator. generateStaticClass(Class src, JPackage out)protected abstract JPackageImplStructureStrategy. getPackage(JPackage pkg, Aspect a)Gets the specified aspect of the given package.PackageOutlineImplBeanGenerator. getPackageContext(JPackage p)Constructors in com.sun.tools.xjc.generator.bean with parameters of type JPackage Constructor Description 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 Modifier and Type Field Description JPackageCClassInfoParent.Package. pkgMethods in com.sun.tools.xjc.model that return JPackage Modifier and Type Method Description JPackageCElementInfo. _package()JPackageCClassInfo. getOwnerPackage()JPackageCClassInfoParent. getOwnerPackage()Gets the nearestJPackage.JPackageCClassInfoParent.Package. getOwnerPackage()JPackageCElementInfo. getOwnerPackage()Methods in com.sun.tools.xjc.model with parameters of type JPackage Modifier and Type Method Description CClassInfoParent.PackageModel. getPackage(JPackage pkg)TCClassInfoParent.Visitor. onPackage(JPackage pkg)Constructors in com.sun.tools.xjc.model with parameters of type JPackage Constructor Description CClassInfo(Model model, JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)Package(JPackage pkg) -
Uses of JPackage in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return JPackage Modifier and Type Method Description JPackagePackageOutline. _package()The exposed package this context is representing.Methods in com.sun.tools.xjc.outline with parameters of type JPackage Modifier and Type Method Description PackageOutlineOutline. 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 Modifier and Type Method Description JPackageBindInfo. 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 Modifier and Type Method Description JPackageClassSelector. getPackage(String targetNamespace)Gets the Java package to which classes from this namespace should go.
-