Package org.forgerock.json.resource
Class Applications
java.lang.Object
org.forgerock.json.resource.Applications
A utility class for dealing with
CrestApplication instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic CrestApplicationsimpleCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationusing the provided factory, id and version.
-
Method Details
-
simpleCrestApplication
public static CrestApplication simpleCrestApplication(ConnectionFactory factory, String id, String version) Create a simpleCrestApplicationusing the provided factory, id and version.- Parameters:
factory- The factory.id- The id.version- The version.- Returns:
- The application.
-