org.apache.maven.continuum.project.builder
Class AbstractContinuumProjectBuilder
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.continuum.project.builder.AbstractContinuumProjectBuilder
- All Implemented Interfaces:
- ContinuumProjectBuilder, org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Direct Known Subclasses:
- MavenOneContinuumProjectBuilder, MavenTwoContinuumProjectBuilder
public abstract class AbstractContinuumProjectBuilder
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements ContinuumProjectBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Version:
- $Id: AbstractContinuumProjectBuilder.java 722631 2008-12-02 22:07:39Z olamy $
- Author:
- Trygve Laugstøl
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContinuumProjectBuilder
public AbstractContinuumProjectBuilder()
initialize
public void initialize()
throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
- Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
createMetadataFile
protected java.io.File createMetadataFile(java.net.URL metadata,
java.lang.String username,
java.lang.String password,
ContinuumProjectBuildingResult result)
throws java.io.IOException,
java.net.URISyntaxException,
org.apache.http.HttpException
- Throws:
java.io.IOException
java.net.URISyntaxException
org.apache.http.HttpException
createMetadataFile
protected java.io.File createMetadataFile(ContinuumProjectBuildingResult result,
java.net.URL metadata,
java.lang.String username,
java.lang.String password)
- Create metadata file and handle exceptions, adding the errors to the result object.
- Parameters:
result - holder with result and errors.metadata - username - password -
- Returns:
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.