| java.lang.Object org.jfree.xml.generator.ModelBuilder
ModelBuilder | final public class ModelBuilder (Code) | | A model builder. This class performs the work of creating a class description model from
a set of source files.
|
addAttributeHandlers | public void addAttributeHandlers(Properties p)(Code) | | Adds attribute handlers.
Parameters: p - the handlers. |
getInstance | public static ModelBuilder getInstance()(Code) | | Returns the single instance of this class.
the single instance of this class. |
isValidMethod | public static boolean isValidMethod(Method method)(Code) | | Checks, whether the given method can be called from the generic object factory.
Parameters: method - the method descriptor true, if the method is not null and public, false otherwise. |
|
|