Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for getResourceAsStream (6.66 sec)

  1. maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java

            final ProjectBuildingRequest buildingRequest = newBuildingRequest();
    
            try (InputStream pomResource =
                    DefaultMavenProjectBuilderTest.class.getResourceAsStream("/projects/reread/pom1.xml")) {
                Files.copy(pomResource, pom, StandardCopyOption.REPLACE_EXISTING);
            }
    
            MavenProject project =
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 19 15:04:04 GMT 2023
    - 16.5K bytes
    - Viewed (0)
  2. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      companion object {
        internal const val NAME = "okcurl"
        internal const val DEFAULT_TIMEOUT = -1
    
        private fun versionString(): String? {
          val prop = Properties()
          Main::class.java.getResourceAsStream("/okcurl-version.properties")?.use {
            prop.load(it)
          }
          return prop.getProperty("version", "dev")
        }
    
        private fun createInsecureTrustManager(): X509TrustManager =
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.7K bytes
    - Viewed (1)
  3. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    public final boolean isFatalEnabled(); public final boolean isInfoEnabled(); public final boolean isTraceEnabled(); public final boolean isWarnEnabled(); private static ClassLoader getContextClassLoade(); private static java.io.InputStream getResourceAsStream(String); static void <clinit>(); } org/apache/commons/logging/impl/package.html Concrete implementations of commons-logging wrapper APIs. org/apache/commons/logging/Log.class package org.apache.commons.logging; public abstract interface Log...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 30.9K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    public final boolean isFatalEnabled(); public final boolean isInfoEnabled(); public final boolean isTraceEnabled(); public final boolean isWarnEnabled(); private static ClassLoader getContextClassLoade(); private static java.io.InputStream getResourceAsStream(String); static void <clinit>(); } org/apache/commons/logging/impl/AvalonLogger.class package org.apache.commons.logging.impl; public synchronized class AvalonLogger implements org.apache.commons.logging.Log, java.io.Serializable { private static...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 37.1K bytes
    - Viewed (0)
  5. src/main/java/jcifs/http/NetworkExplorer.java

                }
                else {
                    this.credentialsSupplied = true;
                }
    
                try {
                    try ( InputStream is = getClass().getClassLoader().getResourceAsStream("jcifs/http/ne.css"); ) {
                        while ( ( n = is.read(buf) ) != -1 ) {
                            sb.append(new String(buf, 0, n, "ISO8859_1"));
                        }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 21.3K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/http/NetworkExplorer.java

                ntlmSsp = new NtlmSsp();
            } else {
                credentialsSupplied = true;
            }
    
            try {
                mimeMap = new MimeMap();
                is = getClass().getClassLoader().getResourceAsStream( "jcifs/smb1/http/ne.css" );
                while(( n = is.read( buf )) != -1 ) {
                    sb.append( new String( buf, 0, n, "ISO8859_1" ));
                }
                style = sb.toString();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Wed Jan 22 03:57:31 GMT 2020
    - 19.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String)...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 205.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String)...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 233.3K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String)...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 233.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    getConfiguration() throws Exception; protected java.io.InputStream getConfiguration(String) throws Exception; protected String getCustomConfigurati(); protected String getConfigurationName(String) throws Exception; protected java.io.InputStream getResourceAsStream(String); protected ClassLoader getClassLoader(); protected Object lookup(String) throws Exception; protected Object lookup(String, String) throws Exception; protected Object lookup(Class) throws Exception; protected Object lookup(Class, String)...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 205.7K bytes
    - Viewed (0)
Back to top