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