| Category | Subcategory | Description | Example |
|---|---|---|---|
| 0 | Regular code | ||
| 0 | SARL code | .../src/main/sarl |
|
| 20 | Other code | .../src/main/... |
|
| 40 | Resources | .../src/main/resources |
|
| 200 | Unit tests | ||
| 200 | SARL tests | .../src/test/sarl |
|
| 220 | Other tests | .../src/test/... |
|
| 240 | Test resources | .../src/test/resources |
|
| 400 | Integration tests | ||
| 400 | SARL integration tests | .../src/it/sarl |
|
| 420 | Other integration tests | .../src/it/... |
|
| 440 | Test integration resources | .../src/it/resources |
|
| 600 | Generated code | ||
| 600 | Any generated code | .../generated-sources/... |
| Modifier and type | Action and description |
|---|---|
| static int | categorizes(IPath)
Replies the category of the given path according to the category table that is described in the document of this class. |
| int | compare(IPath,IPath) |
| static SARLPathComparator | getSingleton
Replies the singleton instance for this comparator. |
new
def categorizes(IPath) : int
def compare(IPath,IPath) : int
def getSingleton : SARLPathComparator