Uses of Interface
org.guvnor.structure.repositories.PublicURI
-
Packages that use PublicURI Package Description org.guvnor.structure.repositories org.guvnor.structure.repositories.impl org.guvnor.structure.repositories.impl.git -
-
Uses of PublicURI in org.guvnor.structure.repositories
Methods in org.guvnor.structure.repositories that return types with arguments of type PublicURI Modifier and Type Method Description List<PublicURI>Repository. getPublicURIs()List<PublicURI>RepositoryInfo. getPublicURIs()Constructor parameters in org.guvnor.structure.repositories with type arguments of type PublicURI Constructor Description RepositoryInfo(String id, String alias, String owner, org.uberfire.backend.vfs.Path root, List<PublicURI> publicURIs, List<org.uberfire.java.nio.base.version.VersionRecord> versionList) -
Uses of PublicURI in org.guvnor.structure.repositories.impl
Classes in org.guvnor.structure.repositories.impl that implement PublicURI Modifier and Type Class Description classDefaultPublicURI -
Uses of PublicURI in org.guvnor.structure.repositories.impl.git
Methods in org.guvnor.structure.repositories.impl.git that return types with arguments of type PublicURI Modifier and Type Method Description List<PublicURI>GitRepository. getPublicURIs()Method parameters in org.guvnor.structure.repositories.impl.git with type arguments of type PublicURI Modifier and Type Method Description voidGitRepository. setPublicURIs(List<PublicURI> publicURIs)Constructor parameters in org.guvnor.structure.repositories.impl.git with type arguments of type PublicURI Constructor Description GitRepository(String alias, org.uberfire.spaces.Space space, List<PublicURI> publicURIs)
-