- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for visitDir (0.1 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/NodeVisitor.java
package org.apache.maven.api; import org.apache.maven.api.annotations.Consumer; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * Defines a hierarchical visitor for collecting dependency node trees. * * @since 4.0.0 */ @Experimental @Consumer public interface NodeVisitor { /** * Starts the visit to the specified dependency node. *
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Mar 23 05:29:39 UTC 2023 - 1.8K bytes - Viewed (0) -
android/guava/javadoc-link/checker-framework/package-list
org.checkerframework.framework.test.diagnostics org.checkerframework.framework.type org.checkerframework.framework.type.treeannotator org.checkerframework.framework.type.typeannotator org.checkerframework.framework.type.visitor org.checkerframework.framework.util org.checkerframework.framework.util.defaults org.checkerframework.framework.util.dependenttypes org.checkerframework.framework.util.element org.checkerframework.framework.util.typeinference
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Dec 07 19:00:31 UTC 2017 - 3.8K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/codenarc/rules/IntegrationTestFixturesRule.kt
/** * Determines if the class is an integration test. It's a bit weak, but we cannot * rely on the class node analysis since it doesn't give the right superclass because * resolution is not complete when this visitor is executed. */ private fun isIntegrationTest(current: ClassNode) = current.name.endsWith("Test") || current.name.endsWith("Spec")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.6K bytes - Viewed (0) -
build-logic-commons/code-quality-rules/src/main/java/gradlebuild/codenarc/rules/IntegrationTestFixtureVisitor.java
/** * Determines if the class is an integration test. It's a bit weak, but we cannot * rely on the class node analysis since it doesn't give the right superclass because * resolution is not complete when this visitor is executed. */ private boolean isIntegrationTest(ClassNode current) { return current.getName().endsWith("Test") || current.getName().endsWith("Spec"); } @Override
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
if (!baseDir.exists()) { return 0; } try { final FilePurgeVisitor visitor = new FilePurgeVisitor(baseDir.toPath(), imageExtention, expiry); Files.walkFileTree(baseDir.toPath(), visitor); return visitor.getCount(); } catch (final Exception e) { throw new JobProcessingException(e); } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 21.5K bytes - Viewed (0) -
guava/javadoc-link/checker-framework/package-list
org.checkerframework.framework.test.diagnostics org.checkerframework.framework.type org.checkerframework.framework.type.treeannotator org.checkerframework.framework.type.typeannotator org.checkerframework.framework.type.visitor org.checkerframework.framework.util org.checkerframework.framework.util.defaults org.checkerframework.framework.util.dependenttypes org.checkerframework.framework.util.element org.checkerframework.framework.util.typeinference
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Dec 07 19:00:31 UTC 2017 - 3.8K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/JavaSourceQueries.kt
import com.github.javaparser.ast.body.FieldDeclaration import com.github.javaparser.ast.body.MethodDeclaration import com.github.javaparser.ast.nodeTypes.NodeWithSimpleName import com.github.javaparser.ast.visitor.GenericVisitorAdapter import gradlebuild.binarycompatibility.jApiClass import gradlebuild.binarycompatibility.simpleName import japicmp.model.JApiClass import japicmp.model.JApiCompatibility
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:24 UTC 2024 - 6.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/SourceMetaDataVisitor.java
import com.github.javaparser.ast.nodeTypes.NodeWithJavadoc; import com.github.javaparser.ast.type.ClassOrInterfaceType; import com.github.javaparser.ast.type.Type; import com.github.javaparser.ast.visitor.VoidVisitorAdapter; import gradlebuild.docs.dsl.source.model.AbstractLanguageElement; import gradlebuild.docs.dsl.source.model.ClassMetaData; import gradlebuild.docs.dsl.source.model.ClassMetaData.MetaType;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:07:24 UTC 2024 - 11.8K bytes - Viewed (0) -
docs/fr/docs/deployment/docker.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 7.5K bytes - Viewed (0) -
api/go1.txt
pkg go/ast, type ValueSpec struct, Names []*Ident pkg go/ast, type ValueSpec struct, Type Expr pkg go/ast, type ValueSpec struct, Values []Expr pkg go/ast, type Visitor interface { Visit } pkg go/ast, type Visitor interface, Visit(Node) Visitor pkg go/build, const AllowBinary ImportMode pkg go/build, const FindOnly ImportMode pkg go/build, func ArchChar(string) (string, error)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)