WEB4J Development Tools 4.10.0.0

hirondelle.web4jtools.metrics.base
Class BaseInfo

Object
  extended by hirondelle.web4jtools.metrics.base.BaseInfo

public final class BaseInfo
extends Object

Basic information on the target project.


Constructor Summary
BaseInfo(SafeText aProjectName, SafeText aBaseDirectory, SafeText aBaseURIForFetchingImages)
          Full constructor.
 
Method Summary
 boolean equals(Object aThat)
           
 SafeText getBaseDirectory()
           
 SafeText getBaseURIForFetchingImages()
           
 SafeText getProjectName()
           
 int hashCode()
           
 String toString()
          Intended for debugging only.
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseInfo

public BaseInfo(SafeText aProjectName,
                SafeText aBaseDirectory,
                SafeText aBaseURIForFetchingImages)
         throws ModelCtorException
Full constructor.

Parameters:
aProjectName - simple name or alias for the project, displayed as a reminder (required).
aBaseDirectory - base or root directory for your project's source files.
aBaseURIForFetchingImages - URI for running web app; when a simple image file name is concatenated with this URI, then the image will be fetched. Used for listing all image files in the target project.
Throws:
ModelCtorException
Method Detail

getProjectName

public SafeText getProjectName()

getBaseDirectory

public SafeText getBaseDirectory()

getBaseURIForFetchingImages

public SafeText getBaseURIForFetchingImages()

toString

public String toString()
Intended for debugging only.

Overrides:
toString in class Object

equals

public boolean equals(Object aThat)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

WEB4J Development Tools 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26