Package org.apache.sling.installer.api.info

Examples of org.apache.sling.installer.api.info.ResourceGroup


                                        ", digest=" + this.getDigest() +
                                        "]";
                            }
                        });
                    }
                    final ResourceGroup rg = new ResourceGroup() {

                        public List<Resource> getResources() {
                            return resources;
                        }
View Full Code Here

TOP

Related Classes of org.apache.sling.installer.api.info.ResourceGroup

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.