@Portable public class ExampleProject extends Object
| Constructor and Description |
|---|
ExampleProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
List<String> tags) |
ExampleProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
List<String> tags,
List<ExampleProjectError> errors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
List<ExampleProjectError> |
getErrors() |
String |
getName() |
org.uberfire.backend.vfs.Path |
getRoot() |
List<String> |
getTags() |
int |
hashCode() |
public ExampleProject(org.uberfire.backend.vfs.Path root,
String name,
String description,
List<String> tags,
List<ExampleProjectError> errors)
public org.uberfire.backend.vfs.Path getRoot()
public String getName()
public String getDescription()
public List<ExampleProjectError> getErrors()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.