|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.util.ProductInfo
public class ProductInfo
Build properties of the product
Constructor Summary | |
---|---|
ProductInfo()
Construct a default product info |
|
ProductInfo(InputStream resource)
Construct product info object from a resource input stream |
|
ProductInfo(String resource)
Construct product info object from a resource name |
Method Summary | |
---|---|
void |
assertRequiredCoreVersionPresent()
Assert that the current product is compatible with the version of ehcache available on the classpath |
String |
getBuildHostname()
|
String |
getBuildJdk()
|
String |
getBuildRevision()
|
String |
getBuildTime()
|
String |
getBuiltBy()
|
String |
getName()
|
String |
getPatchLevel()
|
String |
getRequiredCoreVersion()
|
String |
getVersion()
|
boolean |
isEnterprise()
|
String |
toString()
returns long version of the build string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProductInfo()
public ProductInfo(String resource)
resource
- public ProductInfo(InputStream resource)
resource
-
IOException
Method Detail |
---|
public String getName()
public String getVersion()
public String getBuiltBy()
public String getBuildHostname()
public String getBuildJdk()
public String getBuildTime()
public String getBuildRevision()
public String getPatchLevel()
public String getRequiredCoreVersion()
public boolean isEnterprise()
public void assertRequiredCoreVersionPresent()
public String toString()
toString
in class Object
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |