public class PersonData
extends java.lang.Object
| Constructor and Description |
|---|
PersonData() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Person> |
loadPersonData(java.util.Properties props)
Load the person data from the path specified by the "persondata.path"
property.
|
static java.util.List<PersonId> |
toPersonIds(java.util.List<Person> persons)
Convert a
List<Person> to a List<PersonId> |
public static java.util.List<Person> loadPersonData(java.util.Properties props) throws java.lang.Exception
props - configuration propertiesjava.lang.ExceptionCopyright IBM 2015,2016 - 2f6ad0e-20160307-0902