![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.xsltmp.XsltGeneratorConstants Maven / Gradle / Ivy
package net.sf.xsltmp;
public interface XsltGeneratorConstants {
static final String BASE_DIR = "xslt-generator-maven-plugin";
static final String EXTRACTS_DIR = BASE_DIR + "/extracts";
static final String FILTERED_DIR = BASE_DIR + "/filtered";
static final String DEFAULT_DEST_DIR = "generated-xml/xslt-generator-maven-plugin";
static final String DEFAULT_EMPTY_FILENAME = "empty.xml";
static final String DEFAULT_EMPTY_FILE_CONTENTS = " ";
static final String PREPARED_TIMESTAMP_FILENAME = "prepared-timestamp";
static final String TIMESTAMP_FILENAME = "timestamp";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy