|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProductInfo
The ProductInfo
interface defines an abstract set of information
about the ARE product installed on the OS where ARE is running.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Method Summary | |
---|---|
boolean |
checkProductRequirements(java.util.logging.Logger logger)
During ARE startup, this method is called to verify that all product requirements needed by ARE or the template being used are met. |
java.io.File |
getJarDirectory()
Retrieves the location in the file system where the ARE product jar files are. |
java.lang.String |
getName()
Retrieves the ARE product name for the OS where ARE is installed and running |
java.io.File |
getScriptDirectory()
Retrieves the location in the file system where the ARE product scripts are. |
boolean |
isProductJar(java.io.File jarFileName)
Determines if the specified file is an ARE product jar file |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getName()
java.io.File getJarDirectory()
java.io.File getScriptDirectory()
boolean isProductJar(java.io.File jarFileName)
jarFileName
- The jar file to check
true
if the specified file is an ARE product jar
file, false
if it is notboolean checkProductRequirements(java.util.logging.Logger logger)
logger
- A logger to use for logging any problems or details
true
if all requirements are met, false
if they are not
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |