Home | History | Annotate | Download | only in config

Lines Matching refs:IMMUTABLE

207         @Option(name = "immutable", updateRule = OptionUpdateRule.IMMUTABLE)
210 @Option(name = "null-immutable", updateRule = OptionUpdateRule.IMMUTABLE)
264 parser.parse(new String[] {"--immutable", update});
265 fail("ConfigurationException not thrown when updating an IMMUTABLE option");
271 parser.parse(new String[] {"--null-immutable", update});
275 parser.parse(new String[] {"--null-immutable", update});
276 fail("ConfigurationException not thrown when updating an IMMUTABLE option");