Class RepositoryInfo
- java.lang.Object
-
- org.jbpm.designer.web.profile.impl.RepositoryInfo
-
public class RepositoryInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description RepositoryInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRepositoryHost(IDiagramProfile profile)static StringgetRepositoryProtocol(IDiagramProfile profile)static StringgetRepositoryPwd(IDiagramProfile profile)static StringgetRepositorySubdomain(IDiagramProfile profile)static StringgetRepositoryUsr(IDiagramProfile profile)
-
-
-
Method Detail
-
getRepositoryProtocol
public static String getRepositoryProtocol(IDiagramProfile profile)
-
getRepositoryHost
public static String getRepositoryHost(IDiagramProfile profile)
-
getRepositoryUsr
public static String getRepositoryUsr(IDiagramProfile profile)
-
getRepositoryPwd
public static String getRepositoryPwd(IDiagramProfile profile)
-
getRepositorySubdomain
public static String getRepositorySubdomain(IDiagramProfile profile)
-
-