Skip to content

Commit

Permalink
javadoc tags
Browse files Browse the repository at this point in the history
ignore eclipse files
missing license headers



git-svn-id: https://svn.apache.org/repos/asf/continuum/branches/CONTINUUM-782@679600 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Jul 24, 2008
1 parent 784b8a8 commit ccf00a2
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 11,582 deletions.
Expand Up @@ -25,6 +25,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface ContinuumPurgeManager
{
Expand Down
Expand Up @@ -21,6 +21,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class ContinuumPurgeManagerException
extends Exception
Expand Down
Expand Up @@ -28,6 +28,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface PurgeConfigurationService
{
Expand Down
Expand Up @@ -21,6 +21,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class PurgeConfigurationServiceException
extends Exception
Expand Down
Expand Up @@ -24,6 +24,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface PurgeController
{
Expand Down
Expand Up @@ -22,6 +22,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface ContinuumPurgeExecutor
{
Expand Down
Expand Up @@ -21,6 +21,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class ContinuumPurgeExecutorException
extends Exception
Expand Down
Expand Up @@ -31,6 +31,9 @@

/**
* Taken from Archiva's ManagedRepositoryContent interface and made some few changes.
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface RepositoryManagedContent
{
Expand Down
Expand Up @@ -27,6 +27,9 @@

/**
* Codes were taken from Archiva and made some changes.
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface RepositoryScanner
{
Expand Down
Expand Up @@ -25,6 +25,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public interface RepositoryService
{
Expand Down
Expand Up @@ -21,6 +21,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class RepositoryServiceException
extends Exception
Expand Down
Expand Up @@ -51,6 +51,8 @@
* DefaultContinuumPurgeManager
*
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
* @plexus.component role="org.apache.continuum.purge.ContinuumPurgeManager" role-hint="default"
*/
public class DefaultContinuumPurgeManager
Expand Down
Expand Up @@ -37,6 +37,8 @@
* DefaultRepositoryService
*
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
* @plexus.component role="org.apache.continuum.repository.RepositoryService" role-hint="default"
*/
public class DefaultRepositoryService
Expand Down
Expand Up @@ -26,7 +26,6 @@
import org.apache.maven.continuum.Continuum;
import org.apache.maven.continuum.builddefinition.BuildDefinitionService;
import org.apache.maven.continuum.builddefinition.BuildDefinitionServiceException;
import org.apache.maven.continuum.execution.maven.m2.SettingsConfigurationException;
import org.apache.maven.continuum.model.project.ProjectGroup;
import org.apache.maven.continuum.model.system.SystemConfiguration;
import org.apache.maven.continuum.store.ContinuumObjectNotFoundException;
Expand Down
Expand Up @@ -19,6 +19,15 @@
* under the License.
*/

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.ConnectException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;

import org.apache.continuum.model.repository.LocalRepository;
import org.apache.maven.continuum.builddefinition.BuildDefinitionService;
import org.apache.maven.continuum.builddefinition.BuildDefinitionServiceException;
Expand All @@ -37,18 +46,8 @@
import org.apache.maven.continuum.store.ContinuumStore;
import org.apache.maven.continuum.store.ContinuumStoreException;
import org.apache.maven.project.MavenProject;
import org.codehaus.plexus.util.FileUtils;
import org.codehaus.plexus.util.StringUtils;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.ConnectException;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;

/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
Expand Down
Expand Up @@ -30,6 +30,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class ContinuumPurgeJob
extends AbstractJob
Expand Down
Expand Up @@ -30,6 +30,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class DefaultContinuumPurgeManagerTest
extends AbstractContinuumTest
Expand Down
Expand Up @@ -29,6 +29,8 @@

/**
* @author Maria Catherine Tan
* @version $Id$
* @since 25 jul 07
*/
public class DefaultRepositoryServiceTest
extends AbstractContinuumTest
Expand Down

0 comments on commit ccf00a2

Please sign in to comment.