- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for isHidden (0.04 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/goals/Init.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.1K bytes - Viewed (0) -
src/test/java/jcifs/tests/FileLocationTest.java
// #87 @Test public void testIPCHidden () throws MalformedURLException, CIFSException { try ( SmbResource r = new SmbFile("smb://0.0.0.0/IPC$/", getContext()) ) { assert ( r.isHidden() ); } } @Test public void testSetAddress () throws MalformedURLException, CIFSException {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 08 13:16:07 UTC 2020 - 23K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* end with '$' such as <code>IPC$</code> or <code>C$</code>. * * @return <code>true</code> if the <code>SmbResource</code> is marked as being hidden * @throws CIFSException */ boolean isHidden () throws CIFSException; /** * Tests to see if the file this <code>SmbResource</code> represents is not a directory. *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 14:09:34 UTC 2020 - 26K bytes - Viewed (1)