Uses of Class
io.github.cdklabs.projen.FileBase
-
Packages that use FileBase Package Description io.github.cdklabs.projen io.github.cdklabs.projen.github io.github.cdklabs.projen.python io.github.cdklabs.projen.web -
-
Uses of FileBase in io.github.cdklabs.projen
Subclasses of FileBase in io.github.cdklabs.projen Modifier and Type Class Description classGitAttributesFile(experimental) Assign attributes to file names in a git repository.classIgnoreFileclassIniFile(experimental) Represents an INI file.classJsonFile(experimental) Represents a JSON file.classLicenseclassMakefile(experimental) Minimal Makefile.classObjectFile(experimental) Represents an Object file.classTextFile(experimental) A text file.classTomlFile(experimental) Represents a TOML file.classXmlFile(experimental) Represents an XML file.classYamlFile(experimental) Represents a YAML file.Methods in io.github.cdklabs.projen that return FileBase Modifier and Type Method Description FileBaseProject. tryFindFile(String filePath)(experimental) Finds a file at the specified relative path within this project and all its subprojects.FileBaseProject. tryRemoveFile(String filePath)(experimental) Finds a file at the specified relative path within this project and removes it.Methods in io.github.cdklabs.projen that return types with arguments of type FileBase Modifier and Type Method Description List<FileBase>Project. getFiles()(experimental) All files in this project. -
Uses of FileBase in io.github.cdklabs.projen.github
Subclasses of FileBase in io.github.cdklabs.projen.github Modifier and Type Class Description classPullRequestTemplate(experimental) Template for GitHub pull requests. -
Uses of FileBase in io.github.cdklabs.projen.python
Subclasses of FileBase in io.github.cdklabs.projen.python Modifier and Type Class Description classRequirementsFile(experimental) Specifies a list of packages to be installed using pip.classSetupPy(experimental) Python packaging script where package metadata can be placed. -
Uses of FileBase in io.github.cdklabs.projen.web
Subclasses of FileBase in io.github.cdklabs.projen.web Modifier and Type Class Description classReactTypeDefDeprecated.No longer used.
-