Package org.openquark.cal.metadata

Examples of org.openquark.cal.metadata.MetadataFileStore


           
            Discrete workspace = new Discrete(workspaceID, rootDirectory, workspaceDescriptionFile);
           
            // Register the resource managers.
            workspace.registerNonCarAwareResourceManager(new CALSourceManager(new CALSourceFileStore(rootDirectory)));
            workspace.registerNonCarAwareResourceManager(new MetadataManager(new MetadataFileStore(rootDirectory)));
            workspace.registerNonCarAwareResourceManager(new GemDesignManager(new GemDesignFileStore(rootDirectory)));
            workspace.registerNonCarAwareResourceManager(new CarManager(new CarFileStore(rootDirectory)));
            workspace.registerNonCarAwareResourceManager(new UserResourceManager(new UserResourceFileStore(rootDirectory)));
           
            return workspace;
View Full Code Here

TOP

Related Classes of org.openquark.cal.metadata.MetadataFileStore

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.