public class SimpleProfileManager extends java.lang.Object implements ProfileManager
ProfileManager
interface that reads a simple
[key]=[value] text file.Constructor and Description |
---|
SimpleProfileManager() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Properties> |
readProfiles(java.lang.String path) |
public java.util.List<java.util.Properties> readProfiles(java.lang.String path) throws java.io.FileNotFoundException
readProfiles
in interface ProfileManager
path
- A String of the absolute path to the profile file or
directory containing the profile files.List
of Properties
containing all of
the needed node information with one Properties per node.java.io.FileNotFoundException
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.