Package org.apache.archiva.consumers

Examples of org.apache.archiva.consumers.RepositoryContentConsumer.completeScan()


    public void execute( Object input )
    {
        if ( input instanceof RepositoryContentConsumer )
        {
            RepositoryContentConsumer consumer = (RepositoryContentConsumer) input;
            consumer.completeScan( executeOnEntireRepo );
            log.debug( "Consumer [{}] completed for repository [{}]", consumer.getId(), repository.getId() );
        }
    }
}
View Full Code Here


    public void execute( Object input )
    {
        if ( input instanceof RepositoryContentConsumer )
        {
            RepositoryContentConsumer consumer = (RepositoryContentConsumer) input;
            consumer.completeScan( executeOnEntireRepo );
            log.debug( "Consumer [{}] completed for repository [{}]", consumer.getId(), repository.getId() );
        }
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.