Package org.jboss.gravia.repository.Repository

Examples of org.jboss.gravia.repository.Repository.ConfigurationPropertyProvider


    @Override
    public void start(StartContext startContext) throws StartException {

        // Create the {@link ConfigurationPropertyProvider}
        final ConfigurationPropertyProvider propertyProvider = new ConfigurationPropertyProvider() {
            @Override
            public String getProperty(String key, String defaultValue) {
                String value = null;
                // [TODO] Make this configurable via subsystem properties
                if (Repository.PROPERTY_REPOSITORY_STORAGE_DIR.equals(key)) {
View Full Code Here

TOP

Related Classes of org.jboss.gravia.repository.Repository.ConfigurationPropertyProvider

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.