| Package | Description |
|---|---|
| io.takari.builder.enforcer.internal | |
| io.takari.builder.enforcer.modularity | |
| io.takari.builder.enforcer.modularity.internal | |
| io.takari.builder.internal |
| Modifier and Type | Method and Description |
|---|---|
static List<EnforcerViolation> |
EnforcerViolation.readFrom(Path outputFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
EnforcerViolation.compareTo(EnforcerViolation o) |
void |
EnforcerViolation.Writer.write(EnforcerViolation violation) |
| Modifier and Type | Method and Description |
|---|---|
Set<EnforcerViolation> |
ProjectContext.getViolations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProjectContext.addViolation(EnforcerViolation violation) |
| Constructor and Description |
|---|
ModularityEnforcementPolicy(ProjectContext context,
BiConsumer<ProjectContext,EnforcerViolation> handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultProjectBasedirEnforcer.handleViolation(ProjectContext context,
EnforcerViolation violation) |
| Modifier and Type | Method and Description |
|---|---|
Set<EnforcerViolation> |
BuilderContext.getViolations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BuilderContext.addViolation(EnforcerViolation violation) |
Copyright © 2017. All rights reserved.