Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Offline (0.32 sec)

  1. maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java

        ArtifactRepository getLocalRepository();
    
        // Interactive
        MavenExecutionRequest setInteractiveMode(boolean interactive);
    
        boolean isInteractiveMode();
    
        // Offline
        MavenExecutionRequest setOffline(boolean offline);
    
        boolean isOffline();
    
        boolean isCacheTransferError();
    
        MavenExecutionRequest setCacheTransferError(boolean cacheTransferError);
    
        boolean isCacheNotFound();
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Dec 20 13:03:57 GMT 2023
    - 17.7K bytes
    - Viewed (0)
Back to top