Constructor and Description |
---|
Duck() |
public static List<Application> getAllDefinedSystemApplications(Domain me)
public static ApplicationRef getApplicationRefInServer(Domain me, String sn, String name)
public static List<ApplicationRef> getApplicationRefsInServer(Domain me, String sn)
public static List<Application> getSystemApplicationsReferencedFrom(Domain d, String sn)
public static Application getSystemApplicationReferencedFrom(Domain d, String sn, String appName)
public static boolean isNamedSystemApplicationReferencedFrom(Domain d, String appName, String serverName)
public static DeploymentGroup getDeploymentGroupNamed(Domain d, String name)
public static List<DeploymentGroup> getDeploymentGroupsForInstance(Domain d, String instanceName)
public static boolean isCurrentInstanceMatchingTarget(Domain d, String target, String appName, String currentInstance, List<String> referencedTargets)
public static List<ApplicationRef> getApplicationRefsInTarget(Domain me, String target)
public static List<ApplicationRef> getApplicationRefsInTarget(Domain me, String tgt, boolean includeInstances)
public static ApplicationRef getApplicationRefInTarget(Domain me, String appName, String target)
public static boolean isAppRefEnabledInTarget(Domain me, String appName, String target)
public static boolean isAppEnabledInTarget(Domain me, String appName, String target)
public static List<String> getAllReferencedTargetsForApplication(Domain me, String appName)
public static boolean isAppReferencedByPaaSTarget(Domain me, String appName)
public static List<Application> getApplicationsInTarget(Domain me, String target)
public static String getVirtualServersForApplication(Domain d, String target, String appName)
public static String getEnabledForApplication(Domain d, String target, String appName)
public static ReferenceContainer getReferenceContainerNamed(Domain d, String name)
public static List<ReferenceContainer> getReferenceContainersOf(Domain d, Config config)
public static List<ReferenceContainer> getAllReferenceContainers(Domain d)
public static <P extends DomainExtension> boolean checkIfExtensionExists(Domain d, Class<P> configBeanType)
Copyright © 2018. All rights reserved.