Skip navigation links
oracle.wsm.policymanager.ejb.impl
Class BuildInfo
java.lang.Object
oracle.wsm.policymanager.ejb.impl.BuildInfo
-
public class BuildInfo
- extends Object
Information about the build in which this class was created.
- Author:
- jbryan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAR_FILE
public static final String JAR_FILE
-
- See Also:
- Constant Field Values
VIEW_LABEL
public static final String VIEW_LABEL
-
- See Also:
- Constant Field Values
VIEW_TXN_NAME
public static final String VIEW_TXN_NAME
-
- See Also:
- Constant Field Values
BUILD_TIME
public static final String BUILD_TIME
-
- See Also:
- Constant Field Values
BuildInfo
public BuildInfo()
getBuildInfo
public static String getBuildInfo()
- Returns build information for the specified JAR file.
-
- Returns:
- A string containing all supported build information fields.
getBuildInfoMap
public static Map<String,String> getBuildInfoMap()
- Returns build information for the specified JAR file.
-
- Returns:
- A map of all supported build information fields.
main
public static void main(String[] args)
- Display this JAR file's build information.
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.