gov.nasa.pds.registry.common.meta.cfg.FileRefRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-common Show documentation
Show all versions of registry-common Show documentation
Common code used by Harvest and Registry Manager.
The newest version!
package gov.nasa.pds.registry.common.meta.cfg;
/**
* A rule to build external file reference
* @author karpenko
*/
public class FileRefRule
{
public String prefix;
public String replacement;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy