Interface XmlPropertyFileDescriptor

All Superinterfaces:
com.buschmais.xo.api.CompositeObject, com.buschmais.jqassistant.core.store.api.model.Descriptor, com.buschmais.jqassistant.plugin.common.api.model.FileDescriptor, com.buschmais.jqassistant.plugin.common.api.model.FileNameDescriptor, JavaDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.LineNumberDescriptor, PropertyFileDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.XmlDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.XmlDocumentDescriptor

public interface XmlPropertyFileDescriptor extends PropertyFileDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.XmlDocumentDescriptor
A descriptor representing a XML based property file.
  • Method Summary

    Methods inherited from interface com.buschmais.xo.api.CompositeObject

    as, getDelegate, getId

    Methods inherited from interface com.buschmais.jqassistant.plugin.common.api.model.FileDescriptor

    getParents

    Methods inherited from interface com.buschmais.jqassistant.plugin.common.api.model.FileNameDescriptor

    getFileName, setFileName

    Methods inherited from interface com.buschmais.jqassistant.plugin.xml.api.model.LineNumberDescriptor

    getLineNumber, setLineNumber

    Methods inherited from interface com.buschmais.jqassistant.plugin.java.api.model.PropertyFileDescriptor

    getProperties

    Methods inherited from interface com.buschmais.jqassistant.plugin.xml.api.model.XmlDocumentDescriptor

    getCharacterEncodingScheme, getRootElement, getXmlVersion, isStandalone, isXmlWellFormed, setCharacterEncodingScheme, setRootElement, setStandalone, setXmlVersion, setXmlWellFormed