|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwAppVersion
public class OwAppVersion
This class models a version string.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
static OwAppVersion |
fromProperties(Properties properties)
Creates a OwAppVersion from a properties file. |
static OwAppVersion |
fromProperties(URL versionPropertiesURL)
|
String |
getBuildNumber()
|
String |
getEditionString()
|
String |
getVersionString()
|
static OwAppVersion |
unknownVersion()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OwAppVersion unknownVersion()
public static OwAppVersion fromProperties(Properties properties)
OwAppVersion
from a properties file.
properties
-
public static OwAppVersion fromProperties(URL versionPropertiesURL)
public String getVersionString()
public String getBuildNumber()
public String getEditionString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |