Members
isImport
Detects import
- Source:
Methods
isMultiLineCommentEnd(lineItem)
Parameters:
Name | Type | Description |
---|---|---|
lineItem |
Comma separated line item in string |
- Deprecated:
- Out of scope in `v1.0.0`
- Source:
Returns:
true
if found
isMultiLineCommentStart(lineItem)
Parameters:
Name | Type | Description |
---|---|---|
lineItem |
Comma separated line item in string |
- Deprecated:
- Out of scope in `v1.0.0`
- Source:
Returns:
true
if found
isRelativeJPath(lineItem)
Checks whether load contains relative JPaths
Parameters:
Name | Type | Description |
---|---|---|
lineItem |
Comma separated line item in string |
- Source:
Returns:
true
if found
isSingleLineComment(lineItem)
Checks single line comment
Parameters:
Name | Type | Description |
---|---|---|
lineItem |
Comma separated line item in string |
- Source:
Returns:
true
if found