Package com.codedjson.utils
Class Is
- java.lang.Object
-
- com.codedjson.utils.Base
-
- com.codedjson.utils.Is
-
-
Field Summary
-
Fields inherited from class com.codedjson.utils.Base
baseFileObj, commaSeparatedLines, commentedLines, content, filePath, gson, isContextConverted, isFilePath, isInjectDone, isInjectExist
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isImport(String content)
protected RelativeJPath
isRelativeJPath(String content)
protected boolean
isSingleLineComent(String content)
-
Methods inherited from class com.codedjson.utils.Base
appendPath, getDirectory, getFullPath, getType, isAbsolutePath, parseJson, read
-
-
-
-
Constructor Detail
-
Is
public Is(String filePath, boolean isFilePath) throws FileNotFoundException
- Throws:
FileNotFoundException
-
Is
public Is(String content)
-
-
Method Detail
-
isImport
protected boolean isImport(String content)
-
isSingleLineComent
protected boolean isSingleLineComent(String content)
-
isRelativeJPath
protected RelativeJPath isRelativeJPath(String content)
-
-