org.archive.spring.HasKeyedProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heritrix-commons Show documentation
Show all versions of heritrix-commons Show documentation
The Archive Commons Code Libraries project contains general Java utility
libraries, as used by the Heritrix crawler and other projects.
The 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