Searched refs:DONT_SHRINK_OPTION (Results 1 – 3 of 3) sorted by relevance
54 public static final String DONT_SHRINK_OPTION = "-dontshrink"; field in ConfigurationConstants
121 writeOption(ConfigurationConstants.DONT_SHRINK_OPTION, !configuration.shrink); in write()
177 …else if (ConfigurationConstants.DONT_SHRINK_OPTION .startsWith(nextW… in parse()