クラス ProjectState


  • public class ProjectState
    extends Object
    初期化前
    pom.xmlをロードしていない状態
    初期化済
    pom.xmlをロードした状態
    実行中
    テストを実行中
    デバッグ中
    テストをデバッグ中
    ブラウザ実行中
    page2scriptでブラウザを実行中
    ope2scriptでブラウザを実行中
    作成者:
    yuichi_kuwahara
    • コンストラクタの詳細

      • ProjectState

        public ProjectState()
    • メソッドの詳細

      • isRunning

        public javafx.beans.property.BooleanProperty isRunning()
      • isLoaded

        public javafx.beans.property.BooleanProperty isLoaded()
      • isBrowsing

        public javafx.beans.property.BooleanProperty isBrowsing()
      • isDebugging

        public javafx.beans.property.BooleanProperty isDebugging()
      • isLocking

        public javafx.beans.property.BooleanProperty isLocking()
      • isOperating

        public javafx.beans.property.BooleanProperty isOperating()
      • init

        public void init​(File pomFile)
      • reset

        public void reset()
      • getPomFile

        public File getPomFile()
      • getBaseDir

        public File getBaseDir()
      • getBaseDirPath

        public Path getBaseDirPath()