Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setEventType (0.34 sec)

  1. maven-compat/src/main/java/org/apache/maven/repository/ArtifactTransferEvent.java

        private int dataLength;
    
        public ArtifactTransferEvent(
                String wagon, final int eventType, final int requestType, ArtifactTransferResource artifact) {
            super(wagon);
    
            setEventType(eventType);
    
            setRequestType(requestType);
    
            this.artifact = artifact;
        }
    
        public ArtifactTransferEvent(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    org.apache.maven.wagon.resource.Resource, Exception, int); public org.apache.maven.wagon.resource.Resource getResource(); public Exception getException(); public int getRequestType(); public void setRequestType(int); public int getEventType(); public void setEventType(int); public void setResource(org.apache.maven.wagon.resource.Resource); public java.io.File getLocalFile(); public void setLocalFile(java.io.File); } org/apache/maven/wagon/events/WagonEvent.class package org.apache.maven.wagon.events; public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 45.2K bytes
    - Viewed (1)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar

    org.apache.maven.wagon.resource.Resource, Exception, int); public org.apache.maven.wagon.resource.Resource getResource(); public Exception getException(); public int getRequestType(); public void setRequestType(int); public int getEventType(); public void setEventType(int); public void setResource(org.apache.maven.wagon.resource.Resource); public java.io.File getLocalFile(); public void setLocalFile(java.io.File); } org/apache/maven/wagon/events/WagonEvent.class package org.apache.maven.wagon.events; public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 45.2K bytes
    - Viewed (1)
  4. test-site/activator-launch-1.3.2.jar

    yEvent { private Resource resource; private int eventType; private long totalLength; private boolean isTotalLengthSet; private long[] timeTracking; public void TransferEvent(Resource, int); public final int getEventType(); protected final void setEventType(int); public final long getTotalLength(); protected final void setTotalLength(long); public final boolean isTotalLengthSet(); public final void setTotalLengthSet$1385ff(); private long getElapsedTime(int, int); private static void checkEventType(int);...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top