gov.nasa.pds.report.profile
Interface ProfileManager

All Known Implementing Classes:
SimpleProfileManager

public interface ProfileManager


Method Summary
 List<Properties> readProfiles(String path)
           
 

Method Detail

readProfiles

List<Properties> readProfiles(String path)
                              throws FileNotFoundException,
                                     IOException
Parameters:
path - A String of the absolute path to the profile file or directory containing the profile files.
Returns:
A List of Properties containing all of the needed node information with one Properties per node.
Throws:
FileNotFoundException
IOException


Copyright © 2010–2014 Planetary Data System. All rights reserved.