org.apache.maven.index
Interface NEXUS


public interface NEXUS

Ontology of Nexus. This is still Maven2 specific. Ideally, Nexus Ontology should contain three things only: path, sha1 and last_modified. And Indexer should index _everything_, and Maven should be just "topping" extending these informations. This would enable us to search and easily detect maven metadata files too, or to support non-maven repository indexing, like P2 is.

Author:
cstamas

Field Summary
static Field DELETED
           
static Field INFO
           
static String NEXUS_NAMESPACE
           
static Field UINFO
           
 

Field Detail

NEXUS_NAMESPACE

static final String NEXUS_NAMESPACE
See Also:
Constant Field Values

UINFO

static final Field UINFO

INFO

static final Field INFO

DELETED

static final Field DELETED


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.