de.smartics.exceptions.report.sort
Class CodeUtils.CodeContainer

Package class diagram package CodeUtils.CodeContainer
java.lang.Object
  extended by de.smartics.exceptions.report.sort.CodeUtils.CodeContainer
Enclosing class:
CodeUtils

public static final class CodeUtils.CodeContainer
     
     
extends Object

Bundle of information about a code. This information includes


Constructor Summary
CodeUtils.CodeContainer(Code code, com.sun.javadoc.ClassDoc classDoc, com.sun.javadoc.FieldDoc fieldDoc, PlaceHolderInfo placeHolderInfo)
          Default constructor.
 
Method Summary
 com.sun.javadoc.ClassDoc getClassDoc()
          Returns the Javadoc information collected at class level.
 Code getCode()
          Returns the instance of the code.
 com.sun.javadoc.FieldDoc getFieldDoc()
          Returns the Javadoc information collected at field level.
 PlaceHolderInfo getPlaceHolderInfo()
          Returns the descriptions of the place holders.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeUtils.CodeContainer

public CodeUtils.CodeContainer(Code code,
                               com.sun.javadoc.ClassDoc classDoc,
                               com.sun.javadoc.FieldDoc fieldDoc,
                               PlaceHolderInfo placeHolderInfo)
Default constructor.

Parameters:
code - the instance of the code.
classDoc - the Javadoc information collected at class level.
fieldDoc - the Javadoc information collected at field level.
placeHolderInfo - the descriptions of the place holders.
Method Detail

getCode

public Code getCode()
Returns the instance of the code.

Returns:
the instance of the code.

getClassDoc

public com.sun.javadoc.ClassDoc getClassDoc()
Returns the Javadoc information collected at class level.

Returns:
the Javadoc information collected at class level.

getFieldDoc

public com.sun.javadoc.FieldDoc getFieldDoc()
Returns the Javadoc information collected at field level.

Returns:
the Javadoc information collected at field level.

getPlaceHolderInfo

public PlaceHolderInfo getPlaceHolderInfo()
Returns the descriptions of the place holders.

Returns:
the descriptions of the place holders.


Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.