com.wewebu.ow.server.app
Class OwAppVersion

java.lang.Object
  extended by com.wewebu.ow.server.app.OwAppVersion

public class OwAppVersion
extends Object

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

Since:
3.2.0.0

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

unknownVersion

public static OwAppVersion unknownVersion()

fromProperties

public static OwAppVersion fromProperties(Properties properties)
Creates a OwAppVersion from a properties file.

Parameters:
properties -
Returns:
OwAppVersion

fromProperties

public static OwAppVersion fromProperties(URL versionPropertiesURL)

getVersionString

public String getVersionString()

getBuildNumber

public String getBuildNumber()

getEditionString

public String getEditionString()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.