public class SimpleProfileManager extends Object implements ProfileManager
ProfileManager
interface that reads a simple
[key]=[value] text file.Constructor and Description |
---|
SimpleProfileManager() |
public List<Properties> readProfiles(String path) throws 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.FileNotFoundException
Copyright © 2010–2015 Planetary Data System. All rights reserved.