You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
* Adds a directory at a specified context with a specified name and preloads the bytes.
655
-
*
656
-
* @deprecated use {@link #addDirectory(String, File, String, ByteLoadingOption)}
657
-
* @param context context to use
658
-
* @param directory directory to add
659
-
* @param directoryName directory name
660
-
* @param preload whether to read the bytes now or at the exchange
661
-
*
662
-
* @see FileHandlerAdapter
663
-
* @see #addDirectory(File)
664
-
* @see #addDirectory(File, boolean)
665
-
666
-
* @see #addDirectory(File, String)
667
-
* @see #addDirectory(File, String, boolean)
668
-
669
-
* @see #addDirectory(String, File)
670
-
* @see #addDirectory(String, File, boolean)
671
-
672
-
* @see #addDirectory(String, File, String)
673
-
674
-
* @since 02.00.00
675
-
* @author Ktt Development
676
-
*/
677
-
@Deprecated// todo: after depreciation convert boolean to walk
678
-
publicfinalvoidaddDirectory(finalStringcontext, finalFiledirectory, finalStringdirectoryName, finalbooleanpreload){ // todo: after depreciation replace with walk param
0 commit comments