Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 39 for interface (0.18 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    returnComponentLogge(String); protected String toMapKey(String, String); } org/codehaus/plexus/logging/LogEnabled.class package org.codehaus.plexus.logging; public abstract interface LogEnabled { public abstract void enableLogging(Logger); } org/codehaus/plexus/logging/Logger.class package org.codehaus.plexus.logging; public abstract interface Logger { public static final int LEVEL_DEBUG = 0; public static final int LEVEL_INFO = 1; public static final int LEVEL_WARN = 2; public static final int LEVEL_ERROR...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 32.4K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    returnComponentLogge(String); protected String toMapKey(String, String); } org/codehaus/plexus/logging/LogEnabled.class package org.codehaus.plexus.logging; public abstract interface LogEnabled { public abstract void enableLogging(Logger); } org/codehaus/plexus/logging/Logger.class package org.codehaus.plexus.logging; public abstract interface Logger { public static final int LEVEL_DEBUG = 0; public static final int LEVEL_INFO = 1; public static final int LEVEL_WARN = 2; public static final int LEVEL_ERROR...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 35.3K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar

    getLongMessage(); public Object getSource(); } org/apache/maven/plugin/ContextEnabled.class package org.apache.maven.plugin; public abstract interface ContextEnabled { public abstract void setPluginContext(java.util.Map); public abstract java.util.Map getPluginContext(); } org/apache/maven/plugin/logging/Log.class package org.apache.maven.plugin.logging; public abstract interface Log { public abstract boolean isDebugEnabled(); public abstract void debug(CharSequence); public abstract void debug(CharSequence,...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  4. maven-core/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar

    getLongMessage(); public Object getSource(); } org/apache/maven/plugin/ContextEnabled.class package org.apache.maven.plugin; public abstract interface ContextEnabled { public abstract void setPluginContext(java.util.Map); public abstract java.util.Map getPluginContext(); } org/apache/maven/plugin/logging/Log.class package org.apache.maven.plugin.logging; public abstract interface Log { public abstract boolean isDebugEnabled(); public abstract void debug(CharSequence); public abstract void debug(CharSequence,...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 9.9K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

     * TODO: add request trace so that requests can be linked together and through the resolver
     * TODO: add a Request interface holding session + parent request
     *
     * @since 4.0.0
     */
    @Experimental
    @ThreadSafe
    public interface Session {
    
        @Nonnull
        Settings getSettings();
    
        @Nonnull
        LocalRepository getLocalRepository();
    
        @Nonnull
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    java.net.URLStreamHandler { byte[] content; int offset; int length; public void BytesURLStreamHandle(byte[]); public java.net.URLConnection openConnection(java.net.URL); } org/codehaus/classworlds/ClassRealm.class package org.codehaus.classworlds; public abstract interface ClassRealm { public abstract String getId(); public abstract ClassWorld getWorld(); public abstract void importFrom(String, String) throws NoSuchRealmException; public abstract void addConstituent(java.net.URL); public abstract ClassRealm locate...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 41.6K bytes
    - Viewed (0)
  7. 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

    WagonEvent(org.apache.maven.wagon.Wagon); public org.apache.maven.wagon.Wagon getWagon(); public long getTimestamp(); public void setTimestamp(long); } org/apache/maven/wagon/events/SessionListener.class package org.apache.maven.wagon.events; public abstract interface SessionListener { public abstract void sessionOpening(SessionEvent); public abstract void sessionOpened(SessionEvent); public abstract void sessionDisconnecting(SessionEvent); public abstract void sessionDisconnected(SessionEvent); public abstract...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 45.2K bytes
    - Viewed (0)
  8. maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

     * </ul>
     *
     * TODO carlos: all these possible has*Exceptions and get*Exceptions methods make the clients too
     *       complex requiring a long list of checks, need to create a parent/interface/encapsulation
     *       for the types of exceptions
     */
    @Deprecated
    public class ArtifactResolutionResult {
        private static final String LS = System.lineSeparator();
    
        private Artifact originatingArtifact;
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 11:28:54 GMT 2023
    - 9.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar

    java.net.URLStreamHandler { byte[] content; int offset; int length; public void BytesURLStreamHandle(byte[]); public java.net.URLConnection openConnection(java.net.URL); } org/codehaus/classworlds/ClassRealm.class package org.codehaus.classworlds; public abstract interface ClassRealm { public abstract String getId(); public abstract ClassWorld getWorld(); public abstract void importFrom(String, String) throws NoSuchRealmException; public abstract void addConstituent(java.net.URL); public abstract ClassRealm locate...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 41.6K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelInterpolator.java

            this.pathTranslator = pathTranslator;
            this.urlNormalizer = urlNormalizer;
            this.rootLocator = rootLocator;
        }
    
        interface InnerInterpolator {
            String interpolate(String value);
        }
    
        @Override
        public Model interpolateModel(
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 20K bytes
    - Viewed (0)
Back to top