public class Profiler extends Object
Constructor and Description |
---|
Profiler(Map<String,String> inclusions,
Map<String,String> exclusions)
Constructs a profiler based on a profile inclusions configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
applyProfiles(File xmlSourceDirectory)
Applies inclusions and exclusions if any to the XML files under the source directory.
|
public Profiler(Map<String,String> inclusions, Map<String,String> exclusions)
inclusions
- Profile map: keys == attr names; values == attr values.
Lists of attr values must be space-separated.
If no inclusions are specified, set this to null.exclusions
- Profile map: keys == attr names; values == attr values.
Lists of attr values must be space-separated.
If no exclusions are specified, set this to null.public void applyProfiles(File xmlSourceDirectory) throws IOException
xmlSourceDirectory
- Source directory for XML files to profile.IOException
- Failed to transform an XML file.Copyright © 2025 Open Identity Platform Community. All rights reserved.