public interface ProfileManager
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Properties> |
readProfiles(java.lang.String path) |
java.util.List<java.util.Properties> readProfiles(java.lang.String path) throws java.io.FileNotFoundException, java.io.IOException
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
java.io.IOException
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.