com.spss.psapi.extensions.common

Interface StartupContext

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.String> getCommandLineArguments()
      Returns an immutable list containing the command line arguments passed to the application which have not been recognised and handled by the application
      void notifyCommandLineArgumentHandled(java.lang.String argument)
      Called to notify the context that a command line argument has been handled.
    • Method Detail

      • getCommandLineArguments

        java.util.List<java.lang.String> getCommandLineArguments()
        Returns an immutable list containing the command line arguments passed to the application which have not been recognised and handled by the application
        Returns:
        the command line arguments as an immutable list
      • notifyCommandLineArgumentHandled

        void notifyCommandLineArgumentHandled(java.lang.String argument)
        Called to notify the context that a command line argument has been handled. Once the application startup phase has completed, any unhandled arguments may cause the application to exit.
        Parameters:
        argument - the command line argument that has been handled

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.