Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canDetermineActivation (0.22 sec)

  1. maven-compat/src/main/java/org/apache/maven/profiles/activation/DetectedProfileActivator.java

    import org.apache.maven.model.Profile;
    
    /**
     * DetectedProfileActivator
     */
    @Deprecated
    public abstract class DetectedProfileActivator implements ProfileActivator {
        public boolean canDetermineActivation(Profile profile) {
            return canDetectActivation(profile);
        }
    
        protected abstract boolean canDetectActivation(Profile profile);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 1.2K bytes
    - Viewed (0)
Back to top