slib.tools.module
Class ModuleCst

java.lang.Object
  extended by slib.tools.module.ModuleCst

public abstract class ModuleCst
extends Object

Abstract class defining the constant expected to be specified for each module configuration.

Author:
Sebastien Harispe

Field Summary
 String appName
           
 String contact
           
 String description
           
 String reference
           
 String version
           
 String versionSnapshot
           
 
Constructor Summary
ModuleCst(String propertiesFile, String prefix)
           
 
Method Summary
 String getAppName()
           
 String getContact()
           
 String getDescription()
           
 String getReference()
           
 String getVersion()
           
 String getVersionSnapshot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appName

public String appName

version

public String version

versionSnapshot

public String versionSnapshot

reference

public String reference

description

public String description

contact

public String contact
Constructor Detail

ModuleCst

public ModuleCst(String propertiesFile,
                 String prefix)
          throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
propertiesFile -
prefix -
Throws:
slib.utils.ex.SLIB_Ex_Critic
Method Detail

getVersion

public String getVersion()
Returns:

getAppName

public String getAppName()
Returns:

getReference

public String getReference()
Returns:

getDescription

public String getDescription()
Returns:

getContact

public String getContact()
Returns:

getVersionSnapshot

public String getVersionSnapshot()
Returns:


Copyright © 2013. All Rights Reserved.