Skip navigation links
oracle.wsm.policymanager.ejb.impl
Class BuildInfoService
java.lang.Object
oracle.wsm.policymanager.ejb.impl.BuildInfoService
- All Implemented Interfaces:
- Remote, IBuildInfoServiceLocal, IBuildInfoServiceRemote, IBuildInfoService
-
public class BuildInfoService
- extends Object
- implements IBuildInfoServiceRemote, IBuildInfoServiceLocal
EJB implementation for the BuildInfoService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildInfoService
public BuildInfoService()
getBuildInfo
public String getBuildInfo(String jarFile)
throws PolicyManagerException
- Returns build information for the specified JAR file.
-
- Specified by:
getBuildInfo
in interface IBuildInfoService
-
- Parameters:
jarFile
- The JAR file(s) for which to retrieve build information. Information can be retrieved for multiple JAR files either by supplying each name in the parameter by by passing '*' to signify all known JAR files.
- Returns:
- A string containing all supported build information fields.
- Throws:
PolicyManagerException
- if jarFile is empty or invalid.
getBuildInfoMap
public Map<String,String> getBuildInfoMap(String jarFile)
throws PolicyManagerException
- Returns build information for the specified JAR file.
-
- Specified by:
getBuildInfoMap
in interface IBuildInfoService
-
- Parameters:
jarFile
- The JAR file(s) for which to retrieve build information.
- Returns:
- A map of all supported build information fields.
- Throws:
PolicyManagerException
- if jarFile is empty or invalid.
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.