Save This Page
Home » jcommon-1.0.13 » org.jfree.base » [javadoc | source]
org.jfree.base
public class: BootableProjectInfo [javadoc | source]
java.lang.Object
   org.jfree.base.Library
      org.jfree.base.BasicProjectInfo
         org.jfree.base.BootableProjectInfo

Direct Known Subclasses:
    JCommonInfo, JCommonXMLInfo, JFreeChartInfo, JFreeReportInfo, ProjectInfo

Project info for a bootable project. A bootable project provides a controlled way of initalizing all subsystems by providing a Boot loader implementation.
Constructor:
 public BootableProjectInfo() 
 public BootableProjectInfo(String name,
    String version,
    String licence,
    String info) 
    Creates a new library reference.
    Parameters:
    name - the name.
    version - the version.
    licence - the licence.
    info - the web address or other info.
 public BootableProjectInfo(String name,
    String version,
    String info,
    String copyright,
    String licenceName) 
    Creates a new library reference.
    Parameters:
    name - the name.
    version - the version.
    info - the info (for example, the project URL).
    copyright - the copyright statement.
    licenceName - the license name.
Method from org.jfree.base.BootableProjectInfo Summary:
addDependency,   getBootClass,   getDependencies,   isAutoBoot,   setAutoBoot,   setBootClass
Methods from org.jfree.base.BasicProjectInfo:
addLibrary,   addOptionalLibrary,   addOptionalLibrary,   getCopyright,   getLibraries,   getOptionalLibraries,   setCopyright,   setInfo,   setLicenceName,   setName,   setVersion
Methods from org.jfree.base.Library:
equals,   getInfo,   getLicenceName,   getName,   getVersion,   hashCode,   setInfo,   setLicenceName,   setName,   setVersion
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.base.BootableProjectInfo Detail:
 public  void addDependency(BootableProjectInfo projectInfo) 
Deprecated! use - 'addLibrary' instead.

    Adds a dependency.
 public String getBootClass() 
    Returns the name of the boot class.
 public BootableProjectInfo[] getDependencies() 
    Returns the dependencies.
 public boolean isAutoBoot() 
    Returns, whether the project should be booted automaticly.
 public  void setAutoBoot(boolean autoBoot) 
    Sets the auto boot flag.
 public  void setBootClass(String bootClass) 
    Sets the boot class name.