org.scijava.util
Class CombineAnnotations

java.lang.Object
  extended by org.scijava.util.CombineAnnotations

Deprecated. Use AnnotationCombiner instead.

@Deprecated
public class CombineAnnotations
extends Object


Constructor Summary
CombineAnnotations()
          Deprecated. Use AnnotationCombiner.AnnotationCombiner() instead.
 
Method Summary
 void combine()
          Deprecated. Use AnnotationCombiner.combine(File) instead.
 Set<String> getAnnotationFiles()
          Deprecated. Use AnnotationCombiner.getAnnotationFiles() instead.
static void main(String[] args)
          Deprecated. Use AnnotationCombiner.main(String[]) instead.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombineAnnotations

@Deprecated
public CombineAnnotations()
                   throws IOException
Deprecated. Use AnnotationCombiner.AnnotationCombiner() instead.

Throws:
IOException
Method Detail

combine

@Deprecated
public void combine()
             throws IOException,
                    ClassNotFoundException
Deprecated. Use AnnotationCombiner.combine(File) instead.

Throws:
IOException
ClassNotFoundException

getAnnotationFiles

@Deprecated
public Set<String> getAnnotationFiles()
                               throws IOException
Deprecated. Use AnnotationCombiner.getAnnotationFiles() instead.

Throws:
IOException

main

@Deprecated
public static void main(String[] args)
                 throws Exception
Deprecated. Use AnnotationCombiner.main(String[]) instead.

Throws:
Exception


Copyright © 2009–2014 SciJava. All rights reserved.