Package org.apache.sling.maven.projectsupport.BundleListUtils

Examples of org.apache.sling.maven.projectsupport.BundleListUtils.ArtifactDefinitionsCallback


     * @throws IOException if the default properties can't be read
     * @throws XmlPullParserException
     * @throws MojoExecutionException
     */
    private final void initArtifactDefinitions() throws IOException {
        BundleListUtils.initArtifactDefinitions(getClass().getClassLoader(), new ArtifactDefinitionsCallback() {

            public void initArtifactDefinitions(Properties dependencies) {
                if (defaultBundleList == null) {
                    defaultBundleList = new ArtifactDefinition();
                }
View Full Code Here

TOP

Related Classes of org.apache.sling.maven.projectsupport.BundleListUtils.ArtifactDefinitionsCallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.