Class MediaCleanerParser<T>

java.lang.Object
be.gaudry.model.file.mediacleaner.workers.MediaCleanerParser<T>

public class MediaCleanerParser<T> extends Object
Since:
1.0 Sept 03, 2008
Author:
Steph GAUDRY
  • Constructor Details

    • MediaCleanerParser

      public MediaCleanerParser()
  • Method Details

    • isTestOnly

      public boolean isTestOnly()
      Returns:
      the testOnly
    • setTestOnly

      public void setTestOnly(boolean testOnly)
      Parameters:
      testOnly - true if it's just a test
    • isOverrideFile

      public boolean isOverrideFile()
      Returns:
      the overrideFile
    • setOverrideFile

      public void setOverrideFile(boolean overrideFile)
      Parameters:
      overrideFile - the overrideFile to set
    • getFakeMediaPath

      public String getFakeMediaPath()
      Returns:
      the fakeMediaPath
    • setFakeMediaPath

      public void setFakeMediaPath(String fakeMediaPath)
      Parameters:
      fakeMediaPath - the fakeMediaPath to set
    • isRemoveOrigineFile

      public boolean isRemoveOrigineFile()
      Returns:
      the removeOrigineFile
    • setRemoveOrigineFile

      public void setRemoveOrigineFile(boolean removeOrigineFile)
      Parameters:
      removeOrigineFile - the removeOrigineFile to set
    • cleanSeasons

      public void cleanSeasons()
      Remove all seasons in the collection
    • getOriginalDirPath

      public String getOriginalDirPath()
      Returns:
      the originalDirPath
    • setOriginalDirPath

      public void setOriginalDirPath(String originalDirPath)
      Parameters:
      originalDirPath - the originalDirPath to set
    • getDestinationParentDirPath

      public String getDestinationParentDirPath()
      Returns:
      the destinationParentDirPath
    • setDestinationParentDirPath

      public void setDestinationParentDirPath(String destinationParentDirPath)
      Parameters:
      destinationParentDirPath - the destinationParentDirPath to set
    • isShouldCopyTrailer

      public boolean isShouldCopyTrailer()
      Returns:
      the shouldCopyTrailer
    • setShouldCopyTrailer

      public void setShouldCopyTrailer(boolean shouldCopyTrailer)
      Parameters:
      shouldCopyTrailer - the shouldCopyTrailer to set
    • isMoveAllSeasons

      public boolean isMoveAllSeasons()
      Returns:
      the moveAllSeasons
    • setMoveAllSeasons

      public void setMoveAllSeasons(boolean moveAllSeasons)
      Parameters:
      moveAllSeasons - the moveAllSeasons to set
    • getSeasons

      public TreeSet<SeasonLO> getSeasons()
      Returns:
      the seasons
    • setSeasons

      public void setSeasons(TreeSet<SeasonLO> seasons)
      Parameters:
      seasons - the seasons to set
    • addSeason

      public void addSeason(SeasonLO season)
    • addSeason

      public void addSeason(int seasonNumber, int episodesCount)
    • debug

      public String debug()
    • parse

      public int parse(AbstractBrolWorker<T> bgw)