All Methods Instance Methods Concrete Methods
| 修飾子とタイプ |
メソッドと説明 |
protected List<Srl.ScopeInfo> |
analyzeVariableScopeList(String value) |
protected String |
buildVariableArgDef(List<String> variableArgNameList) |
protected String |
buildVariableArgSet(List<String> variableArgNameList) |
JavaPropertiesReader |
checkImplicitOverride() |
protected void |
checkImplicitOverride(JavaPropertiesProperty property) |
protected void |
checkLonelyOverride(JavaPropertiesProperty property) |
protected boolean |
containsOverrideAnnotation(JavaPropertiesProperty property) |
protected boolean |
containsSecureAnnotation(JavaPropertiesProperty property) |
protected JavaPropertiesReader |
createExtendsReader() |
protected String |
doBuildVariableArgName(Object name) |
protected void |
doBuildVariableArgStringDef(StringBuilder sb,
String variableName) |
JavaPropertiesReader |
encodeAs(String encoding) |
JavaPropertiesReader |
encodeAsUTF8() |
JavaPropertiesReader |
extendsProperties(String title,
JavaPropertiesStreamProvider noArgLambda) |
protected String |
extractPureComment(String comment) |
protected List<Srl.ScopeInfo> |
extractVariableScopeList(String value) |
protected Method |
getConvertMethod() |
protected boolean |
hasCommentIgnoreAnnotation(String comment) |
protected void |
inheritComment(JavaPropertiesProperty property,
JavaPropertiesProperty extendsProperty) |
protected void |
inheritSecure(JavaPropertiesProperty property,
JavaPropertiesProperty extendsProperty) |
protected boolean |
isUnsupportedVariableContent(String content) |
protected String |
loadConvert(String expression) |
protected void |
loadProperties(Properties prop,
InputStream ins) |
protected List<JavaPropertiesProperty> |
mergeExtendsPropResult(List<JavaPropertiesProperty> propertyList,
JavaPropertiesResult extendsPropResult) |
protected <ELEMENT> ArrayList<ELEMENT> |
newArrayList() |
protected <ELEMENT> ArrayList<ELEMENT> |
newArrayList(Collection<ELEMENT> elements) |
protected JavaPropertiesReader |
newJavaPropertiesReader(String firstKey,
JavaPropertiesStreamProvider firstProvider) |
protected JavaPropertiesResult |
newJavaPropertiesResult(Properties prop,
List<JavaPropertiesProperty> propertyList,
List<String> duplicateKeyList) |
protected JavaPropertiesResult |
newJavaPropertiesResult(Properties prop,
List<String> duplicateKeyList,
JavaPropertiesResult extendsPropResult,
List<JavaPropertiesProperty> mergedList) |
protected <KEY,VALUE> LinkedHashMap<KEY,VALUE> |
newLinkedHashMap(Map<KEY,VALUE> map) |
protected <KEY,VALUE> LinkedHashMap<KEY,VALUE> |
newLinkedHashMapSized(int size) |
protected List<String> |
orderKeyList(Properties prop,
Map<String,String> keyCommentMap) |
protected InputStream |
preparePropFileStream() |
protected JavaPropertiesResult |
prepareResult(Properties prop,
List<JavaPropertiesProperty> propertyList,
List<String> duplicateKeyList) |
protected List<String> |
prepareVariableArgNameList(List<String> variableStringList) |
JavaPropertiesResult |
read() |
protected Map<String,String> |
readKeyCommentMap(List<String> duplicateKeyList) |
protected Properties |
readPlainProperties() |
protected void |
reflectToVariableList(String key,
List<Srl.ScopeInfo> variableScopeList,
List<Integer> variableNumberList,
List<String> variableStringList) |
protected boolean |
startsWithNumberVariable(Object variable) |
protected void |
throwJavaPropertiesImplicitOverrideException(JavaPropertiesProperty property) |
protected void |
throwJavaPropertiesLonelyOverrideException(JavaPropertiesProperty property) |
protected void |
throwJavaPropertiesReadFailureException(IOException e) |
protected void |
throwJavaPropertiesStreamNotFoundException() |
protected Map<String,JavaPropertiesProperty> |
toPropertyMap(List<JavaPropertiesProperty> propertyList) |
JavaPropertiesReader |
useNonNumberVariable() |
protected Integer |
valueOfVariableNumber(String key,
String content) |