All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.archive.spring.HasKeyedProperties Maven / Gradle / Ivy

Go to download

The Archive Commons Code Libraries project contains general Java utility libraries, as used by the Heritrix crawler and other projects.

There is a newer version: 3.4.0-20220727
Show newest version
package org.archive.spring;

/**
 * Interface indicating an object has an internal map of properties,
 * and thus at least partially amenable to sheet-based contextual 
 * overriding of properties. 
 * 
 */
public interface HasKeyedProperties {
    public KeyedProperties getKeyedProperties();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy