public Set getIndexedAttributes()

in spring-apacheds/src/main/java/org/apache/archiva/components/apacheds/Partition.java [60:68]


    public Set getIndexedAttributes( )
    {
        if ( indexedAttributes == null )
        {
            indexedAttributes = new HashSet( );
        }

        return indexedAttributes;
    }