public class OrganizationManager extends Object
Constructor and Description |
---|
OrganizationManager(String fileName)
Constructor to initialize an OrganizationManager object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValidOrg(String token)
Returns true if the string parameter should be of type ORG.
|
public OrganizationManager(String fileName) throws IOException
fileName
- File name to obtain list of organization stringsIOException
public boolean isValidOrg(String token)
token
- One of the two strings to be checked for type ORGCopyright © 2017. All rights reserved.