Class TaintConfigLoader


  • public class TaintConfigLoader
    extends Object
    Helper class for loading configured taint method and class summaries
    • Constructor Detail

      • TaintConfigLoader

        public TaintConfigLoader()
    • Method Detail

      • load

        public void load​(InputStream input,
                         TaintConfigLoader.TaintConfigReceiver receiver)
                  throws IOException
        Loads the summaries and do what is specified
        Parameters:
        input - input stream with configured summaries
        receiver - specifies the action for each summary when loaded
        Throws:
        IOException - if cannot read the stream or the format is bad