- indent - Variable in class io.fabric8.tooling.archetype.builder.AbstractBuilder
-
- indentSize - Variable in class io.fabric8.tooling.archetype.builder.AbstractBuilder
-
- io.fabric8.tooling.archetype - package io.fabric8.tooling.archetype
-
- io.fabric8.tooling.archetype.builder - package io.fabric8.tooling.archetype.builder
-
- io.fabric8.tooling.archetype.generator - package io.fabric8.tooling.archetype.generator
-
- isEmpty(String) - Static method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
- isExcludedDotFile(String) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Lets allow files like .maven-docker-include or .gitignore but lets ignore other files starting with "."
- isSourceFile(File) - Method in class io.fabric8.tooling.archetype.builder.ArchetypeBuilder
-
Returns true if this file is a valid source file name
- isSpecialPropertyName(String) - Method in class io.fabric8.tooling.archetype.builder.ArchetypeBuilder
-
Returns true if its a special property name such as Camel, ActiveMQ etc.
- isValidFileToCopy(File, File, Set<String>) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Is the file a valid file to copy (excludes files starting with a dot, build output
or java/groovy/kotlin/scala source code
- isValidProjectPom(File) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Checks if the passed POM file describes project with packaging other than pom
.
- isValidRequiredPropertyName(String) - Method in class io.fabric8.tooling.archetype.builder.ArchetypeBuilder
-
Returns true if this is a valid archetype property name, so excluding basedir and maven "project." names
- isValidSourceFileOrDir(File) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Returns true if this file is a valid source file; so
excluding things like .svn directories and whatnot