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

gov.nasa.pds.registry.common.meta.cfg.FileRefRule Maven / Gradle / Ivy

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