public abstract class ExampleProjectValidator extends Object
| Constructor and Description |
|---|
ExampleProjectValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<ExampleProjectError> |
getError(org.uberfire.backend.vfs.Path projectPath) |
protected org.guvnor.common.services.project.model.POM |
getPom(org.guvnor.common.services.project.service.POMService pomService,
org.uberfire.backend.vfs.Path rootPath) |
Optional<ExampleProjectError> |
validate(ExampleProject exampleProject) |
public static final String POM_XML
public Optional<ExampleProjectError> validate(ExampleProject exampleProject)
protected abstract Optional<ExampleProjectError> getError(org.uberfire.backend.vfs.Path projectPath)
protected org.guvnor.common.services.project.model.POM getPom(org.guvnor.common.services.project.service.POMService pomService,
org.uberfire.backend.vfs.Path rootPath)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.