- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for explicitlyDeactivate (0.07 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/profiles/DefaultProfileManager.java
* @see org.apache.maven.profiles.ProfileManager#explicitlyActivate(java.util.List) */ @Override public void explicitlyActivate(List<String> profileIds) { for (String profileId1 : profileIds) { explicitlyActivate(profileId1); } } /* (non-Javadoc) * @see org.apache.maven.profiles.ProfileManager#explicitlyDeactivate(java.lang.String) */ @Override
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.9K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java
ProfileManager profileManager = new DefaultProfileManager(getContainer(), props); profileManager.addProfile(syspropActivated); profileManager.explicitlyDeactivate("syspropActivated"); List active = profileManager.getActiveProfiles(); assertNotNull(active); assertEquals(0, active.size()); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 6.4K bytes - Viewed (0)