|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scijava.util.CheckSezpoz
@Deprecated public final class CheckSezpoz
Deprecated class.
Field Summary | |
---|---|
static String |
FILE_NAME
Deprecated. |
static boolean |
verbose
Deprecated. |
Method Summary | |
---|---|
static boolean |
check(boolean checkJars)
Deprecated. |
static boolean |
check(File file)
Deprecated. |
static boolean |
checkDirectory(File classes)
Deprecated. |
static boolean |
checkDirectory(File classes,
File source,
long youngerThan)
Deprecated. |
static void |
checkJar(File file)
Deprecated. |
static boolean |
fix(File classes,
File sources)
Deprecated. |
static void |
writeXMLFile(Document xml,
File file)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static boolean verbose
@Deprecated public static final String FILE_NAME
Method Detail |
---|
@Deprecated public static boolean check(boolean checkJars) throws IOException
checkJars
- whether to inspect .jar components of the CLASSPATH
IOException
EclipseHelper
@Deprecated public static boolean check(File file) throws IOException
file
- the CLASSPATH component (.jar file or directory)
IOException
EclipseHelper
@Deprecated public static boolean checkDirectory(File classes) throws IOException
classes
- the CLASSPATH component directory
IOException
EclipseHelper
@Deprecated public static boolean checkDirectory(File classes, File source, long youngerThan) throws IOException
This method looks whether there are any .class files older than their corresponding .java files, or whether there are .class files that were generated since last time we checked.
classes
- the classes/ directory where Maven puts the
.class filessource
- the src/main/java/ directory where Maven expects the
.java filesyoungerThan
- the date/time when we last checked
IOException
EclipseHelper
@Deprecated public static void checkJar(File file) throws IOException
This method is broken at the moment since there is no good way to verify that SezPoz ran before the .jar file was packaged.
file
- the .jar file
IOException
EclipseHelper
@Deprecated public static boolean fix(File classes, File sources)
META-INF/annotations/
directory.
classes
- the output directorysources
- the directory containing the source files
META-INF/annotations/*
changedEclipseHelper
@Deprecated public static void writeXMLFile(Document xml, File file) throws TransformerException
xml
- the DOMfile
- the file to write
TransformerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |