Class CreateAndInsertTopicRef.Arguments

java.lang.Object
ro.sync.ecss.extensions.dita.map.topicref.CreateAndInsertTopicRef.Arguments
Enclosing class:
CreateAndInsertTopicRef

public static class CreateAndInsertTopicRef.Arguments extends Object
Handles argument retrieval.
  • Constructor Details

    • Arguments

      public Arguments(ArgumentsMap args, File frameworkFolder)
      Parameters:
      args - Args map.
      frameworkFolder - The framework folder.
  • Method Details

    • getTitle

      public String getTitle()
      Returns:
      The title.
    • getTopicContent

      public String getTopicContent()
      Returns:
      The topic content
    • getFolderUrl

      public Optional<String> getFolderUrl()
      Returns:
      The folder URL argument.
    • getInsertionLocation

      public String getInsertionLocation()
      Returns:
      The insertion location, as one of the constants in AuthorConstants.
    • getTopicFile

      public File getTopicFile()
      Returns:
      The URL where to read the content from.