public class FileSetUtils extends Object
| Constructor and Description |
|---|
FileSetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static StringBuilder[] |
clusterize(ResultSet rs,
int maxIndex,
int toClusterIndex,
int probabilityIndex,
boolean bioDiversity)
Clusterize rs in N stringBuilders compliant with CsquareCode convention
|
static Map<String,String> |
generateFileMap(String csqString,
String objectTitle) |
static List<String> |
getTempFiles(String objectTitle) |
static String |
getTempMapsFolder() |
public static final String getTempMapsFolder()
public static Map<String,String> generateFileMap(String csqString, String objectTitle) throws Exception
Exceptionpublic static StringBuilder[] clusterize(ResultSet rs, int maxIndex, int toClusterIndex, int probabilityIndex, boolean bioDiversity) throws SQLException
rs - maxIndex - the column index to retrieve max valuetoClusterIndex - the column index of CsquareCodesprobabilityIndex - the column index of probabilitySQLExceptionCopyright © 2016. All Rights Reserved.