final static private String MAPPING_FILE_SEPARATOR_DEFAULT = ":";
final static private boolean USE_FIRST_SEPARATOR_ONLY = true;
final static private String PRG_NAME = "decorator";
- final static private String PRG_VERSION = "1.10";
- final static private String PRG_DATE = "2009.10.08";
+ final static private String PRG_VERSION = "1.11";
+ final static private String PRG_DATE = "2012.08.08";
private static void argumentsError() {
System.out.println();
public final static boolean ALLOW_DDBJ_BLAST = false;
public final static String PRG_NAME = "Archaeopteryx";
final static String VERSION = "0.972+ 9M";
- final static String PRG_DATE = "2012.06.29";
+ final static String PRG_DATE = "120808";
final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file";
final static String[] DEFAULT_FONT_CHOICES = { "Verdana", "Tahoma",
"Arial", "Helvetica", "Dialog", "Lucida Sans", "SansSerif", "Sans-serif", "Sans" };
if ( new_values.containsKey( TP_NODE_NAME ) ) {
node.setName( new_values.get( TP_NODE_NAME ) );
}
- }
- }
+ } // if ( new_values != null )
+ } // if ( map.containsKey( name ) || ( numbers_of_chars_allowed_to_remove_if_not_found_in_map > 0 ) )
else if ( picky ) {
+ System.out.println( map.toString() );
throw new IllegalArgumentException( "\"" + name + "\" not found in name map" );
}
}
final boolean use_start_of_comment_line = !( ForesterUtil.isEmpty( start_of_comment_line ) );
while ( ( line = reader.readLine() ) != null ) {
line = line.trim();
+ if ( !ForesterUtil.isEmpty( line) &&
+
+
+ (( line.charAt( 0 ) == '"' && line.charAt( line.length() -1 ) == '"' && ForesterUtil.countChars( line, '"' ) == 2 )
+
+ ||
+
+
+ ( line.charAt( 0 ) == '\'' && line.charAt( line.length() -1 ) == '\'' && ForesterUtil.countChars( line, '\'' ) == 2 ) ) ) {
+ line = line.substring( 1, line.length() -1 ).trim();
+ }
+
if ( saw_first_table
&& ( ForesterUtil.isEmpty( line ) || ( tables_separated_by_single_string_line && ( line
.indexOf( column_delimiter ) < 0 ) ) ) ) {
public final class ForesterConstants {
public final static String FORESTER_VERSION = "1.005+";
- public final static String FORESTER_DATE = "120629";
+ public final static String FORESTER_DATE = "120808";
public final static String PHYLO_XML_VERSION = "1.10";
public final static String PHYLO_XML_LOCATION = "http://www.phyloxml.org";
public final static String PHYLO_XML_XSD = "phyloxml.xsd";