Package com.volantis.mcs.eclipse.builder.common.policies

Examples of com.volantis.mcs.eclipse.builder.common.policies.PolicyFileAccessor.deletePolicy()


            public IResource createPolicy(IPath location, PolicyBuilder policy, CreatePolicyConfiguration configuration) throws PolicyFileAccessException {
                return underlying.createPolicy(location, policy, configuration);
            }

            public void deletePolicy(IResource policyResource) throws PolicyFileAccessException {
                underlying.deletePolicy(policyResource);
            }

            public void renamePolicy(IResource policyResource, IPath destination) throws PolicyFileAccessException {
                underlying.renamePolicy(policyResource, destination);
            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.