Class TypeCollector
- java.lang.Object
-
- org.eclipse.gef.cloudio.internal.ui.data.TypeCollector
-
public class TypeCollector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeCollector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<Type>
getData(java.io.File file, java.lang.String encoding)
static void
setStopwords(java.lang.String sourceFile)
-
-
-
Method Detail
-
getData
public static java.util.List<Type> getData(java.io.File file, java.lang.String encoding) throws java.io.IOException
- Throws:
java.io.IOException
-
setStopwords
public static void setStopwords(java.lang.String sourceFile)
-
-