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

Examples of com.volantis.mcs.eclipse.builder.common.policies.StandalonePolicyFileAccessor


* depending on how the project has been configured.</p>
*/
public class DefaultPolicyFileAccessorFactory extends PolicyFileAccessorFactory {
    // Javadoc inherited
    public PolicyFileAccessor getPolicyFileAccessor(IProject project) {
        return new StandalonePolicyFileAccessor();
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.builder.common.policies.StandalonePolicyFileAccessor

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.