Class ConfigYAML

java.lang.Object
com.liferay.portal.vulcan.yaml.config.ConfigYAML

@Deprecated public class ConfigYAML extends Object
Deprecated.
As of Athanasius (7.3.x)
  • Constructor Details

    • ConfigYAML

      public ConfigYAML()
      Deprecated.
  • Method Details

    • getApiDir

      public String getApiDir()
      Deprecated.
    • getApiPackagePath

      public String getApiPackagePath()
      Deprecated.
    • getApplication

      public Application getApplication()
      Deprecated.
    • getAuthor

      public String getAuthor()
      Deprecated.
    • getClientDir

      public String getClientDir()
      Deprecated.
    • getClientMavenGroupId

      public String getClientMavenGroupId()
      Deprecated.
    • getImplDir

      public String getImplDir()
      Deprecated.
    • getLicenseName

      public String getLicenseName()
      Deprecated.
    • getLicenseURL

      public String getLicenseURL()
      Deprecated.
    • getTestDir

      public String getTestDir()
      Deprecated.
    • isForcePredictableContentApplicationXML

      public boolean isForcePredictableContentApplicationXML()
      Deprecated.
    • isForcePredictableOperationId

      public boolean isForcePredictableOperationId()
      Deprecated.
    • isForcePredictableSchemaPropertyName

      public boolean isForcePredictableSchemaPropertyName()
      Deprecated.
    • isGenerateBatch

      public boolean isGenerateBatch()
      Deprecated.
    • isGenerateGraphQL

      public boolean isGenerateGraphQL()
      Deprecated.
    • isGenerateREST

      public boolean isGenerateREST()
      Deprecated.
    • isWarningsEnabled

      public boolean isWarningsEnabled()
      Deprecated.
    • setApiDir

      public void setApiDir(String apiDir)
      Deprecated.
    • setApiPackagePath

      public void setApiPackagePath(String apiPackagePath)
      Deprecated.
    • setApplication

      public void setApplication(Application application)
      Deprecated.
    • setAuthor

      public void setAuthor(String author)
      Deprecated.
    • setClientDir

      public void setClientDir(String clientDir)
      Deprecated.
    • setClientMavenGroupId

      public void setClientMavenGroupId(String clientMavenGroupId)
      Deprecated.
    • setForcePredictableContentApplicationXML

      public void setForcePredictableContentApplicationXML(boolean forcePredictableContentApplicationXML)
      Deprecated.
    • setForcePredictableOperationId

      public void setForcePredictableOperationId(boolean forcePredictableOperationId)
      Deprecated.
    • setForcePredictableSchemaPropertyName

      public void setForcePredictableSchemaPropertyName(boolean forcePredictableSchemaPropertyName)
      Deprecated.
    • setGenerateBatch

      public void setGenerateBatch(boolean generateBatch)
      Deprecated.
    • setGenerateGraphQL

      public void setGenerateGraphQL(boolean generateGraphQL)
      Deprecated.
    • setGenerateREST

      public void setGenerateREST(boolean generateREST)
      Deprecated.
    • setImplDir

      public void setImplDir(String implDir)
      Deprecated.
    • setLicenseName

      public void setLicenseName(String licenseName)
      Deprecated.
    • setLicenseURL

      public void setLicenseURL(String licenseURL)
      Deprecated.
    • setTestDir

      public void setTestDir(String testDir)
      Deprecated.
    • setWarningsEnabled

      public void setWarningsEnabled(boolean warningsEnabled)
      Deprecated.