Class PythonSample

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String SAMPLE_NAME_PROP  
      protected static java.lang.String SCRIPT_NAME_PROP  
    • Constructor Summary

      Constructors 
      Constructor Description
      PythonSample()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToProject​(Project project)  
      protected void generateLaunchers​(java.util.Map<java.lang.String,​java.lang.String> params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SAMPLE_NAME_PROP

        protected static final java.lang.String SAMPLE_NAME_PROP
        See Also:
        Constant Field Values
      • SCRIPT_NAME_PROP

        protected static final java.lang.String SCRIPT_NAME_PROP
        See Also:
        Constant Field Values
    • Constructor Detail

      • PythonSample

        public PythonSample()
    • Method Detail

      • generateLaunchers

        protected void generateLaunchers​(java.util.Map<java.lang.String,​java.lang.String> params)