public final class ProfileFileReader extends Object
InputStream to a configuration or credentials file into a map of profiles and their properties.parseFile(InputStream, ProfileFile.Type)| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,String>> |
parseFile(InputStream profileStream,
ProfileFile.Type fileType)
Parses the input and returns a mutable map from profile name to a map of properties.
|
public static Map<String,Map<String,String>> parseFile(InputStream profileStream, ProfileFile.Type fileType)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.