Dashboard Builder Commons 6.0.0.Beta3

org.jboss.dashboard.factory
Class DescriptorFile

java.lang.Object
  extended by org.jboss.dashboard.factory.DescriptorFile

public class DescriptorFile
extends Object

A Factory component definition file (the contents of its .factory file).


Constructor Summary
DescriptorFile(String componentName, Properties mappedProperties, String source)
           
 
Method Summary
 String getComponentName()
           
 Properties getMappedProperties()
           
 String getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptorFile

public DescriptorFile(String componentName,
                      Properties mappedProperties,
                      String source)
Method Detail

getComponentName

public String getComponentName()

getMappedProperties

public Properties getMappedProperties()

getSource

public String getSource()

toString

public String toString()
Overrides:
toString in class Object

Dashboard Builder Commons 6.0.0.Beta3

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.