Uses of Interface
org.guvnor.ala.build.maven.model.PlugIn
-
Packages that use PlugIn Package Description org.guvnor.ala.build.maven.model org.guvnor.ala.build.maven.model.impl -
-
Uses of PlugIn in org.guvnor.ala.build.maven.model
Methods in org.guvnor.ala.build.maven.model that return types with arguments of type PlugIn Modifier and Type Method Description Collection<PlugIn>MavenProject. getBuildPlugins() -
Uses of PlugIn in org.guvnor.ala.build.maven.model.impl
Methods in org.guvnor.ala.build.maven.model.impl that return types with arguments of type PlugIn Modifier and Type Method Description Collection<PlugIn>MavenProjectImpl. getBuildPlugins()Constructor parameters in org.guvnor.ala.build.maven.model.impl with type arguments of type PlugIn Constructor Description MavenProjectImpl(String id, String type, String name, String expectedBinary, org.uberfire.java.nio.file.Path rootPath, org.uberfire.java.nio.file.Path path, org.uberfire.java.nio.file.Path binaryPath, String tempDir, Collection<PlugIn> buildPlugins)
-