hirondelle.web4jtools.metrics.base
Class BaseInfo
Object
hirondelle.web4jtools.metrics.base.BaseInfo
public final class BaseInfo
- extends Object
Basic information on the target project.
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
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
Copyright Hirondelle Systems - Generated 2013Oct19.12.26