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

org.netarchivesuite.heritrix3wrapper.jaxb.ConfigFile Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package org.netarchivesuite.heritrix3wrapper.jaxb;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class ConfigFile {

    @XmlElement(required=true)
    public String key;

    @XmlElement(required=true)
    public String name;

    @XmlElement(required=true)
    public String path;

    @XmlElement(required=true)
    public String url;

    @XmlElement(required=true)
    public Boolean editable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy