| java.lang.Object com.tc.config.Loader
Loader | final public class Loader (Code) | | Responsible for creating a TcConfigDocument of the current version from any published configuration schema version.
|
Constructor Summary | |
public | Loader() |
Method Summary | |
public com.terracottatech.config.TcConfigDocument | parse(File file) | public com.terracottatech.config.TcConfigDocument | parse(File file, XmlOptions xmlOptions) | public com.terracottatech.config.TcConfigDocument | parse(String xmlText) | public com.terracottatech.config.TcConfigDocument | parse(String xmlText, XmlOptions xmlOptions) | public com.terracottatech.config.TcConfigDocument | parse(InputStream stream) | public com.terracottatech.config.TcConfigDocument | parse(InputStream stream, XmlOptions xmlOptions) | public com.terracottatech.config.TcConfigDocument | parse(URL url) | public com.terracottatech.config.TcConfigDocument | parse(URL url, XmlOptions xmlOptions) | public boolean | testIsCurrent(File file) | public boolean | testIsOld(File file) | public void | updateToCurrent(File file) |
parse | public com.terracottatech.config.TcConfigDocument parse(File file) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(File file, XmlOptions xmlOptions) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(String xmlText) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(String xmlText, XmlOptions xmlOptions) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(InputStream stream, XmlOptions xmlOptions) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(URL url) throws IOException, XmlException(Code) | | |
parse | public com.terracottatech.config.TcConfigDocument parse(URL url, XmlOptions xmlOptions) throws IOException, XmlException(Code) | | |
|
|