/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class FileTypeUtils
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface ArtifactInfoFiler
{
/**
* contains osgi metadata Bundle-Version if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleVersion;
/**
* contains osgi metadata Bundle-SymbolicName if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleSymbolicName;
/**
* contains osgi metadata Export-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportPackage;
/**
* contains osgi metadata import package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleImportPackage;
/**
* contains osgi metadata name if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleName;
/**
* contains osgi metadata Export-Service if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportService;
/**
* contains osgi metadata Bundle-Version if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleVersion;
/**
* contains osgi metadata Bundle-SymbolicName if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleSymbolicName;
/**
* contains osgi metadata Export-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportPackage;
/**
* contains osgi metadata Export-Service if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportService;
/**
* contains osgi metadata Bundle-Description if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleDescription;
/**
* contains osgi metadata Bundle-Name if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleName;
/**
* contains osgi metadata Bundle-License if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleLicense;
/**
* contains osgi metadata Bundle-DocURL if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleDocUrl;
/**
* contains osgi metadata Import-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleImportPackage;
/**
* contains osgi metadata Require-Bundle if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleRequireBundle;
/**
* @return
- * @since 1.4
+ * @since 1.4-M1
*/
public int getReturnedHitsCount()
{
/**
* @param returnedHitsCount
- * @since 1.4
+ * @since 1.4-M1
*/
public void setReturnedHitsCount( int returnedHitsCount )
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "digesterUtils" )
public class DigesterUtils
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "mavenIndexerUtils" )
public class MavenIndexerUtils
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class DebugTransferListener
implements TransferListener
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "wagonFactory" )
public class DefaultWagonFactory
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class WagonFactoryException
extends Exception
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public abstract class AbstractRepositoryConnector
implements Serializable
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class AuditInformation
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class RepositoryAdminException
extends Exception
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface ArchivaAdministration
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class AbstractRepository
implements Serializable
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "fileType" )
public class FileType
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "legacyArtifactPath" )
public class LegacyArtifactPath
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "managedRepository" )
public class ManagedRepository
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "networkConfiguration" )
public class NetworkConfiguration
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "networkProxy" )
public class NetworkProxy
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "organisationInformation" )
public class OrganisationInformation
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "proxyConnector" )
public class ProxyConnector
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "repositoryGroup" )
public class RemoteRepository
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "repositoryGroup" )
public class RepositoryGroup
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@XmlRootElement( name = "uiConfiguration" )
public class UiConfiguration
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface RepositoryGroupAdmin
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface ManagedRepositoryAdmin
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface NetworkProxyAdmin
{
* <b>No update method for changing source and target here as id is : sourceRepoId and targetRepoId, use delete then add.</b>
*
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface ProxyConnectorAdmin
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class ProxyConnectorOrderComparator
implements Comparator<ProxyConnector>
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class ProxyConnectorSelectionPredicate
implements Predicate
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface RemoteRepositoryAdmin
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public abstract class AbstractRepositoryAdmin
{
* Check if already exists.
*
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service
public class RepositoryCommonValidator
/**
* FiletypeToMapClosure
*
- * @since 1.4
+ * @since 1.4-M1
*/
public class FiletypeToMapClosure
implements Closure
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "networkProxyAdmin#default" )
public class DefaultNetworkProxyAdmin
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "proxyConnectorAdmin#default" )
public class DefaultProxyConnectorAdmin
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "remoteRepositoryAdmin#default" )
public class DefaultRemoteRepositoryAdmin
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class RepositoryComparator
implements Comparator<AbstractRepository>
private boolean executeOnEntireRepo = true;
/**
- * @since 1.4
+ * @since 1.4-M1
*/
private boolean onlyUpdate = false;
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "downloadRemoteIndexScheduler#default" )
public class DefaultDownloadRemoteIndexScheduler
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class DownloadRemoteIndexException
extends Exception
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public interface DownloadRemoteIndexScheduler
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class DownloadRemoteIndexTask
implements Runnable
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class DownloadRemoteIndexTaskRequest
{
/**
* contains osgi metadata Bundle-Version if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleVersion;
/**
* contains osgi metadata Bundle-SymbolicName if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleSymbolicName;
/**
* contains osgi metadata Export-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportPackage;
/**
* contains osgi metadata Export-Service if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportService;
/**
* contains osgi metadata Bundle-Description if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleDescription;
/**
* contains osgi metadata Bundle-Name if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleName;
/**
* contains osgi metadata Bundle-License if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleLicense;
/**
* contains osgi metadata Bundle-DocURL if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleDocUrl;
/**
* contains osgi metadata Import-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleImportPackage;
/**
* contains osgi metadata Require-Bundle if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleRequireBundle;
/**
* contains osgi metadata Bundle-Version if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleVersion;
/**
* contains osgi metadata Bundle-SymbolicName if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleSymbolicName;
/**
* contains osgi metadata Export-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportPackage;
/**
* contains osgi metadata Export-Service if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportService;
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/archivaAdministrationService/" )
public interface ArchivaAdministrationService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class ArchivaRestServiceException
extends Exception
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/managedRepositoriesService/" )
public interface ManagedRepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/networkProxyService/" )
public interface NetworkProxyService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/pingService/" )
public interface PingService
* <b>No update method for changing source and target here as id is : sourceRepoId and targetRepoId, use delete then add.</b>
*
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/proxyConnectorService/" )
public interface ProxyConnectorService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/remoteRepositoriesService/" )
public interface RemoteRepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/repositoriesService/" )
public interface RepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Path( "/repositoryGroupService/" )
public interface RepositoryGroupService
* abstract class with common utilities methods
*
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public abstract class AbstractRestService
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "archivaAdministrationService#default" )
public class DefaultArchivaAdministrationService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "managedRepositoriesService#rest" )
public class DefaultManagedRepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "pingService#rest" )
public class DefaultPingService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "remoteRepositoriesService#rest" )
public class DefaultRemoteRepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "repositoriesService#rest" )
public class DefaultRepositoriesService
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class HttpContext
implements Serializable
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class HttpContextThreadLocal
{
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
@Service( "httpContextThreadLocalCleaner#rest" )
public class HttpContextThreadLocalCleaner
/**
* @author Olivier Lamy
- * @since 1.4
+ * @since 1.4-M1
*/
public class PingServiceTest
extends AbstractArchivaRestTest
/**
* dummy information for audit events
*
- * @since 1.4
+ * @since 1.4-M1
*/
private static class SimpleUser
implements User
/**
* contains osgi metadata Bundle-Version if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleVersion;
/**
* contains osgi metadata Bundle-SymbolicName if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleSymbolicName;
/**
* contains osgi metadata Export-Package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportPackage;
/**
* contains osgi metadata import package if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleImportPackage;
/**
* contains osgi metadata name if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleName;
/**
* contains osgi metadata Export-Service if available
*
- * @since 1.4
+ * @since 1.4-M1
*/
private String bundleExportService;