Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for getProperties (0.17 sec)

  1. 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

    setConfiguration(java.net.URL) throws java.io.IOException; public synchronized void setConfiguration(java.io.Reader) throws java.io.IOException; public synchronized void addContextValue(Object, Object); public synchronized void setProperties(java.util.Properties); public synchronized void setProperties(java.io.File); public void setLoggerManager(org.codehaus.plexus.logging.LoggerManager); protected synchronized void initializeContext(); public synchronized void start(org.codehaus.classworlds.ClassWorld) throws ...
    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)
  2. 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

    setConfiguration(java.net.URL) throws java.io.IOException; public synchronized void setConfiguration(java.io.Reader) throws java.io.IOException; public synchronized void addContextValue(Object, Object); public synchronized void setProperties(java.util.Properties); public synchronized void setProperties(java.io.File); public void setLoggerManager(org.codehaus.plexus.logging.LoggerManager); protected synchronized void initializeContext(); public synchronized void start(org.codehaus.classworlds.ClassWorld) throws ...
    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)
  3. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

            String checkValue = "value";
    
            Properties properties = new Properties();
            properties.setProperty(key, checkValue);
    
            Model model = new Model();
            model.setProperties(properties);
    
            MavenProject project = new MavenProject(model);
    
            ExpressionEvaluator ee = createExpressionEvaluator(project, null, new Properties());
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 05 08:11:33 GMT 2023
    - 18.6K bytes
    - Viewed (0)
Back to top