Interface IncludeFolder

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, TptRemote

    public interface IncludeFolder
    extends IdentifiableRemote
    An additional include folder to be added to the setting in a C\C++ platform in TPT
    Author:
    Copyright (c) 2014-2024 Piketec GmbH - MIT License (MIT) - All rights reserved
    • Method Detail

      • setPath

        void setPath​(java.lang.String path)
              throws java.rmi.RemoteException
        Set the path of this include folder
        Parameters:
        path - The new path, this argument must not be empty or null
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getPath

        java.lang.String getPath()
                          throws java.rmi.RemoteException
        Get the path of this include folder
        Returns:
        The additional include path
        Throws:
        java.rmi.RemoteException - remote communication problem