|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.JAXBContext
org.jcoderz.phoenix.report.jaxb.impl.runtime.DefaultJAXBContextImpl
org.jcoderz.phoenix.findbugs.jaxb.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.jcoderz.phoenix.findbugs.jaxb package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Field Summary | |
|---|---|
static GrammarInfo |
grammarInfo
|
static Class |
version
|
| Fields inherited from class javax.xml.bind.JAXBContext |
|---|
JAXB_CONTEXT_FACTORY |
| Constructor Summary | |
|---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jcoderz.phoenix.findbugs.jaxb |
|
| Method Summary | |
|---|---|
AuxClasspathEntry |
createAuxClasspathEntry()
Create an instance of AuxClasspathEntry |
AuxClasspathEntryType |
createAuxClasspathEntryType()
Create an instance of AuxClasspathEntryType |
BugCategory |
createBugCategory()
Create an instance of BugCategory |
BugCategoryType |
createBugCategoryType()
Create an instance of BugCategoryType |
BugCode |
createBugCode()
Create an instance of BugCode |
BugCodeType |
createBugCodeType()
Create an instance of BugCodeType |
BugCollection |
createBugCollection()
Create an instance of BugCollection |
BugCollectionType |
createBugCollectionType()
Create an instance of BugCollectionType |
BugInstance |
createBugInstance()
Create an instance of BugInstance |
BugInstanceType |
createBugInstanceType()
Create an instance of BugInstanceType |
BugPattern |
createBugPattern()
Create an instance of BugPattern |
BugPatternType |
createBugPatternType()
Create an instance of BugPatternType |
Class |
createClass()
Create an instance of Class |
ClassFeatures |
createClassFeatures()
Create an instance of ClassFeatures |
ClassFeaturesType |
createClassFeaturesType()
Create an instance of ClassFeaturesType |
ClassProfile |
createClassProfile()
Create an instance of ClassProfile |
ClassProfileType |
createClassProfileType()
Create an instance of ClassProfileType |
ClassStats |
createClassStats()
Create an instance of ClassStats |
ClassStatsType |
createClassStatsType()
Create an instance of ClassStatsType |
ClassType |
createClassType()
Create an instance of ClassType |
Description |
createDescription()
Create an instance of Description |
Description |
createDescription(String value)
Create an instance of Description |
Details |
createDetails()
Create an instance of Details |
Details |
createDetails(String value)
Create an instance of Details |
Errors |
createErrors()
Create an instance of Errors |
ErrorsType |
createErrorsType()
Create an instance of ErrorsType |
ErrorType |
createErrorType()
Create an instance of ErrorType |
Field |
createField()
Create an instance of Field |
FieldType |
createFieldType()
Create an instance of FieldType |
FindBugsProfile |
createFindBugsProfile()
Create an instance of FindBugsProfile |
FindBugsProfileType |
createFindBugsProfileType()
Create an instance of FindBugsProfileType |
FindBugsSummary |
createFindBugsSummary()
Create an instance of FindBugsSummary |
FindBugsSummaryType |
createFindBugsSummaryType()
Create an instance of FindBugsSummaryType |
FindBugsSummaryType.FileStatsType |
createFindBugsSummaryTypeFileStatsType()
Create an instance of FindBugsSummaryTypeFileStatsType |
History |
createHistory()
Create an instance of History |
HistoryType |
createHistoryType()
Create an instance of HistoryType |
Int |
createInt()
Create an instance of Int |
IntType |
createIntType()
Create an instance of IntType |
Jar |
createJar()
Create an instance of Jar |
JarType |
createJarType()
Create an instance of JarType |
LocalVariable |
createLocalVariable()
Create an instance of LocalVariable |
LocalVariableType |
createLocalVariableType()
Create an instance of LocalVariableType |
LongMessage |
createLongMessage()
Create an instance of LongMessage |
LongMessage |
createLongMessage(String value)
Create an instance of LongMessage |
Message |
createMessage()
Create an instance of Message |
Message |
createMessage(String value)
Create an instance of Message |
Method |
createMethod()
Create an instance of Method |
MethodType |
createMethodType()
Create an instance of MethodType |
PackageStats |
createPackageStats()
Create an instance of PackageStats |
PackageStatsType |
createPackageStatsType()
Create an instance of PackageStatsType |
Project |
createProject()
Create an instance of Project |
ProjectType |
createProjectType()
Create an instance of ProjectType |
Property |
createProperty()
Create an instance of Property |
PropertyType |
createPropertyType()
Create an instance of PropertyType |
ShortDescription |
createShortDescription()
Create an instance of ShortDescription |
ShortDescription |
createShortDescription(String value)
Create an instance of ShortDescription |
ShortMessage |
createShortMessage()
Create an instance of ShortMessage |
ShortMessage |
createShortMessage(String value)
Create an instance of ShortMessage |
SourceLine |
createSourceLine()
Create an instance of SourceLine |
SourceLineType |
createSourceLineType()
Create an instance of SourceLineType |
String |
createString()
Create an instance of String |
StringType |
createStringType()
Create an instance of StringType |
SummaryHTML |
createSummaryHTML()
Create an instance of SummaryHTML |
SummaryHTMLType |
createSummaryHTMLType()
Create an instance of SummaryHTMLType |
Type |
createType()
Create an instance of Type |
TypeType |
createTypeType()
Create an instance of TypeType |
Object |
getProperty(String name)
Get the specified property. |
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface. |
void |
setProperty(String name,
Object value)
Set the specified property. |
| Methods inherited from class org.jcoderz.phoenix.report.jaxb.impl.runtime.DefaultJAXBContextImpl |
|---|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo |
| Methods inherited from class javax.xml.bind.JAXBContext |
|---|
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final GrammarInfo grammarInfo
public static final Class version
| Constructor Detail |
|---|
public ObjectFactory()
| Method Detail |
|---|
public Object newInstance(Class javaContentInterface)
throws JAXBException
newInstance in class DefaultJAXBContextImpljavaContentInterface - the Class object of the javacontent interface to instantiate
JAXBException - if an error occurs
public Object getProperty(String name)
throws PropertyException
getProperty in class DefaultJAXBContextImplname - the name of the property to retrieve
PropertyException - when there is an error retrieving the given property or value
public void setProperty(String name,
Object value)
throws PropertyException
setProperty in class DefaultJAXBContextImplname - the name of the property to retrievevalue - the value of the property to be set
PropertyException - when there is an error processing the given property or value
public PropertyType createPropertyType()
throws JAXBException
JAXBException - if an error occurs
public SummaryHTMLType createSummaryHTMLType()
throws JAXBException
JAXBException - if an error occurs
public TypeType createTypeType()
throws JAXBException
JAXBException - if an error occurs
public ClassFeatures createClassFeatures()
throws JAXBException
JAXBException - if an error occurs
public String createString()
throws JAXBException
JAXBException - if an error occurs
public MethodType createMethodType()
throws JAXBException
JAXBException - if an error occurs
public ShortDescription createShortDescription()
throws JAXBException
JAXBException - if an error occurs
public ShortDescription createShortDescription(String value)
throws JAXBException
JAXBException - if an error occurs
public FindBugsProfileType createFindBugsProfileType()
throws JAXBException
JAXBException - if an error occurs
public Description createDescription()
throws JAXBException
JAXBException - if an error occurs
public Description createDescription(String value)
throws JAXBException
JAXBException - if an error occurs
public Field createField()
throws JAXBException
JAXBException - if an error occurs
public Jar createJar()
throws JAXBException
JAXBException - if an error occurs
public FindBugsSummaryType.FileStatsType createFindBugsSummaryTypeFileStatsType()
throws JAXBException
JAXBException - if an error occurs
public ClassProfileType createClassProfileType()
throws JAXBException
JAXBException - if an error occurs
public History createHistory()
throws JAXBException
JAXBException - if an error occurs
public FindBugsSummaryType createFindBugsSummaryType()
throws JAXBException
JAXBException - if an error occurs
public BugInstanceType createBugInstanceType()
throws JAXBException
JAXBException - if an error occurs
public PackageStatsType createPackageStatsType()
throws JAXBException
JAXBException - if an error occurs
public FieldType createFieldType()
throws JAXBException
JAXBException - if an error occurs
public Method createMethod()
throws JAXBException
JAXBException - if an error occurs
public ClassType createClassType()
throws JAXBException
JAXBException - if an error occurs
public ClassProfile createClassProfile()
throws JAXBException
JAXBException - if an error occurs
public ShortMessage createShortMessage()
throws JAXBException
JAXBException - if an error occurs
public ShortMessage createShortMessage(String value)
throws JAXBException
JAXBException - if an error occurs
public AuxClasspathEntry createAuxClasspathEntry()
throws JAXBException
JAXBException - if an error occurs
public ErrorsType createErrorsType()
throws JAXBException
JAXBException - if an error occurs
public ClassFeaturesType createClassFeaturesType()
throws JAXBException
JAXBException - if an error occurs
public LocalVariable createLocalVariable()
throws JAXBException
JAXBException - if an error occurs
public Project createProject()
throws JAXBException
JAXBException - if an error occurs
public AuxClasspathEntryType createAuxClasspathEntryType()
throws JAXBException
JAXBException - if an error occurs
public BugPattern createBugPattern()
throws JAXBException
JAXBException - if an error occurs
public SourceLine createSourceLine()
throws JAXBException
JAXBException - if an error occurs
public BugPatternType createBugPatternType()
throws JAXBException
JAXBException - if an error occurs
public ClassStats createClassStats()
throws JAXBException
JAXBException - if an error occurs
public BugCollectionType createBugCollectionType()
throws JAXBException
JAXBException - if an error occurs
public Int createInt()
throws JAXBException
JAXBException - if an error occurs
public BugCodeType createBugCodeType()
throws JAXBException
JAXBException - if an error occurs
public Errors createErrors()
throws JAXBException
JAXBException - if an error occurs
public BugCategory createBugCategory()
throws JAXBException
JAXBException - if an error occurs
public BugCollection createBugCollection()
throws JAXBException
JAXBException - if an error occurs
public HistoryType createHistoryType()
throws JAXBException
JAXBException - if an error occurs
public Class createClass()
throws JAXBException
JAXBException - if an error occurs
public SummaryHTML createSummaryHTML()
throws JAXBException
JAXBException - if an error occurs
public Message createMessage()
throws JAXBException
JAXBException - if an error occurs
public Message createMessage(String value)
throws JAXBException
JAXBException - if an error occurs
public FindBugsSummary createFindBugsSummary()
throws JAXBException
JAXBException - if an error occurs
public LongMessage createLongMessage()
throws JAXBException
JAXBException - if an error occurs
public LongMessage createLongMessage(String value)
throws JAXBException
JAXBException - if an error occurs
public IntType createIntType()
throws JAXBException
JAXBException - if an error occurs
public LocalVariableType createLocalVariableType()
throws JAXBException
JAXBException - if an error occurs
public ErrorType createErrorType()
throws JAXBException
JAXBException - if an error occurs
public BugInstance createBugInstance()
throws JAXBException
JAXBException - if an error occurs
public ClassStatsType createClassStatsType()
throws JAXBException
JAXBException - if an error occurs
public BugCode createBugCode()
throws JAXBException
JAXBException - if an error occurs
public SourceLineType createSourceLineType()
throws JAXBException
JAXBException - if an error occurs
public ProjectType createProjectType()
throws JAXBException
JAXBException - if an error occurs
public Property createProperty()
throws JAXBException
JAXBException - if an error occurs
public BugCategoryType createBugCategoryType()
throws JAXBException
JAXBException - if an error occurs
public StringType createStringType()
throws JAXBException
JAXBException - if an error occurs
public PackageStats createPackageStats()
throws JAXBException
JAXBException - if an error occurs
public JarType createJarType()
throws JAXBException
JAXBException - if an error occurs
public Type createType()
throws JAXBException
JAXBException - if an error occurs
public Details createDetails()
throws JAXBException
JAXBException - if an error occurs
public Details createDetails(String value)
throws JAXBException
JAXBException - if an error occurs
public FindBugsProfile createFindBugsProfile()
throws JAXBException
JAXBException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||