Package org.openquark.cal.services

Examples of org.openquark.cal.services.VaultWorkspaceDeclarationProvider


    private void handleSyncWorkspaceToDeclarationAttempt(Vault vault, String declarationName, int revisionNumber) {
        Status syncStatus = new Status(getResourceString("SyncWorkspaceStatus"));
       
        // Instantiate a provider.
        WorkspaceDeclaration.StreamProvider workspaceDeclarationProvider =
                new VaultWorkspaceDeclarationProvider(vault, declarationName, revisionNumber);

        // This may take a while, so set the cursor.
        Cursor oldCursor = getCursor();
        setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
       
View Full Code Here

TOP

Related Classes of org.openquark.cal.services.VaultWorkspaceDeclarationProvider

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.